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

胡秀武:修改xml文件

parent a8c56be5
......@@ -28,7 +28,7 @@
left join
ocp_model_base omb
on omg.model_group_code = omb.model_group_code
<if test="_parameter != null and _parameter != '' ">
<if test="searchCondition != null and searchCondition != '' ">
where
model_name LIKE concat('%',#{searchCondition}::text ,'%')
</if>
......@@ -46,7 +46,7 @@
where
trim(org_level) != ''
and
org_level::int4 &lt;= 4
org_level::int4 &lt;= 3
</select>
</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