src/main/java/org/springblade/modules/task/mapper/TaskReportForRepairsMapper.xml
@@ -232,7 +232,7 @@ or jtrfr.confirm_user_id = #{vo.confirmUserId} </if> </if> <!-- 网格员及其他 --> <!-- 其他 --> <if test="vo.roleType ==null"> <choose> <when test="regionChildCodesList !=null and regionChildCodesList.size()>0"> @@ -249,7 +249,9 @@ ) </when> </choose> </if> <!-- 网格员 --> <if test="vo.roleName =='wgy'"> <choose> <when test="gridCodeList !=null and gridCodeList.size()>0"> and ( @@ -272,7 +274,6 @@ <if test="vo.confirmUserId != null "> or jtrfr.confirm_user_id = #{vo.confirmUserId} </if> </if> </if> ORDER BY jtrfr.create_time DESC