src/main/java/org/springblade/modules/task/mapper/TaskReportForRepairsMapper.xml
@@ -46,6 +46,9 @@ <if test="vo.viewType != null"> AND jtrfr.view_type = #{vo.viewType} </if> <if test="vo.startTime != null and vo.startTime != '' and vo.endTime != null and vo.endTime != '' "> AND jtrfr.create_time BETWEEN #{vo.startTime} and #{vo.endTime} </if> <if test="vo.roleName!=null and vo.roleName!=''"> <if test="vo.roleName=='网格员'"> <choose>