src/main/java/org/springblade/modules/information/mapper/InformationMapper.xml
@@ -1168,7 +1168,7 @@ and A.jurisdiction =#{jurisdiction} </if> <if test="deptid!=null and deptid!=''"> and d.dept_name like concat(concat('%', #{deptid}),'%') and d.enterpriseName like concat(concat('%', #{deptid}),'%') </if> <if test="stats!=null and stats!=''"> and d.stats =#{stats}