src/main/java/org/springblade/modules/task/mapper/TaskReportForRepairsMapper.xml
@@ -174,9 +174,15 @@ <if test="vo.confirmFlag != null"> AND jtrfr.confirm_flag = #{vo.confirmFlag} </if> <if test="vo.confirmUserId != null"> AND jtrfr.confirm_user_id = #{vo.confirmUserId} </if> <if test="vo.status != null"> AND jtrfr.status = #{vo.status} </if> <if test="vo.addressCode != null"> AND jtrfr.address_code = #{vo.addressCode} </if> <if test="vo.viewType != null"> AND jtrfr.view_type = #{vo.viewType} </if>