src/main/resources/mapper/DocUserMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/resources/mapper/DocUserMapper.xml
@@ -45,13 +45,13 @@ and u.tel like '%${tel}%' </if> <if test="phone!=null&&phone!=''"> u.phone like '%${phone}%' and u.phone like '%${phone}%' </if> <if test="departId!=null&&departId!=''"> u.departId like '%${departId}%' and u.departId like '%${departId}%' </if> <if test="roleId!=null&&roleId!=''"> u.roleId like '%${roleId}%' and u.roleId like '%${roleId}%' </if> </where> order by id asc