bug修复

pull/5/head
liujun 2023-12-20 15:57:29 +08:00
parent add025a274
commit 8c68daee79
1 changed files with 1 additions and 1 deletions

View File

@ -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>