危化品全生命周期管理后端
“djh”
10 天以前 c04f2d4a58bd72449b2212ed2f8b0c3ac9ec96be
hazmat-system/src/main/resources/mapper/system/SysUserMapper.xml
@@ -50,6 +50,9 @@
            <if test="username != null and username != ''">
                AND u.username like concat('%', #{username}, '%')
            </if>
            <if test="name!=null and name!=''">
                and u.name like concat('%',#{name},'%')
            </if>
            <if test="status != null and status != ''">
                AND u.status = #{status}
            </if>