Commit 83624e4d authored by 胡秀武's avatar 胡秀武

胡秀武:修改xml文件

parent a8c56be5
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
left join left join
ocp_model_base omb ocp_model_base omb
on omg.model_group_code = omb.model_group_code on omg.model_group_code = omb.model_group_code
<if test="_parameter != null and _parameter != '' "> <if test="searchCondition != null and searchCondition != '' ">
where where
model_name LIKE concat('%',#{searchCondition}::text ,'%') model_name LIKE concat('%',#{searchCondition}::text ,'%')
</if> </if>
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
where where
trim(org_level) != '' trim(org_level) != ''
and and
org_level::int4 &lt;= 4 org_level::int4 &lt;= 3
</select> </select>
</mapper> </mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment