Commit ce971d42 authored by itcast's avatar itcast

Merge remote-tracking branch 'origin/master'

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