bug修复
parent
add025a274
commit
8c68daee79
|
@ -1329,7 +1329,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
</if>
|
</if>
|
||||||
</select>
|
</select>
|
||||||
<select id="getUsersInfo" resultType="com.zcloud.entity.PageData">
|
<select id="getUsersInfo" resultType="com.zcloud.entity.PageData">
|
||||||
select * from `qa-gwj-regulatory`.SYS_USER where 1=1
|
select * from `qa-gwj-regulatory`.SYS_USER where ISDELETE = '0'
|
||||||
<if test="USER_ID != null and USER_ID != ''">
|
<if test="USER_ID != null and USER_ID != ''">
|
||||||
and USER_ID = #{USER_ID}
|
and USER_ID = #{USER_ID}
|
||||||
</if>
|
</if>
|
||||||
|
|
Loading…
Reference in New Issue