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