ycl-common/src/main/resources/mapper/depart/UmsDepartMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ycl-common/src/main/resources/mapper/depart/UmsDepartMapper.xml
@@ -50,7 +50,7 @@ FROM ums_depart ud WHERE is_deleted = 0 <if test="departName!=null and departName!=''"> and ud.name like CONCAT('%',#{departName},'%') and ud.depart_name like CONCAT('%',#{departName},'%') </if> ORDER BY ud.parent_id,ud.id desc LIMIT #{offset}, #{size}