| drone-service/drone-system/src/main/java/org/sxkj/system/mapper/DeptMapper.xml | ●●●●● patch | view | raw | blame | history |
drone-service/drone-system/src/main/java/org/sxkj/system/mapper/DeptMapper.xml
@@ -296,7 +296,7 @@ and bd.area_code like concat(concat('%', #{param2.areaCode}),'%') </if> <if test="param2.deptCode!=null and param2.deptCode!=''"> and bd.dept_code = #{param2.deptCode} and bd.dept_code like concat(concat('%', #{param2.deptCode}),'%') </if> ORDER BY bd.create_time DESC </select>