Commit ce971d42 authored by itcast's avatar itcast

Merge remote-tracking branch 'origin/master'

parents 3e7e5893 83624e4d
......@@ -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