|
|
@ -150,6 +150,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
<if test="guid != null and guid != ''">and cu.guid = #{guid}</if> |
|
|
<if test="guid != null and guid != ''">and cu.guid = #{guid}</if> |
|
|
<if test="name != null and name != ''"> and cu.name like concat('%', #{name}, '%')</if> |
|
|
<if test="name != null and name != ''"> and cu.name like concat('%', #{name}, '%')</if> |
|
|
<if test="status != null "> and cu.status = #{status}</if> |
|
|
<if test="status != null "> and cu.status = #{status}</if> |
|
|
|
|
|
<if test="isOpen != null "> and is_open = #{isOpen}</if> |
|
|
</where> |
|
|
</where> |
|
|
order by cu.sort ASC |
|
|
order by cu.sort ASC |
|
|
</select> |
|
|
</select> |
|
|
|