From 5326f9a137ab730a6a8a09fecfbe76dd4bfb28c7 Mon Sep 17 00:00:00 2001 From: hayu <1604366271@qq.com> Date: Thu, 19 Jun 2025 10:18:47 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../material/lossAssessment/LossAssessmentMapper.xml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/bonus-modules/bonus-material/src/main/resources/mapper/material/lossAssessment/LossAssessmentMapper.xml b/bonus-modules/bonus-material/src/main/resources/mapper/material/lossAssessment/LossAssessmentMapper.xml index 3d396eea..f0eda28c 100644 --- a/bonus-modules/bonus-material/src/main/resources/mapper/material/lossAssessment/LossAssessmentMapper.xml +++ b/bonus-modules/bonus-material/src/main/resources/mapper/material/lossAssessment/LossAssessmentMapper.xml @@ -224,11 +224,11 @@ left join sys_user su2 on su2.user_id = rd.repairer where rd.is_ds=1 - - + + and tt.task_status = 0 - + and (tt.task_status = 1 or tt.task_status = 2 or tt.task_status = 4) @@ -250,12 +250,6 @@ AND tt.create_time BETWEEN CONCAT(#{startTime}, ' 00:00:00') AND CONCAT(#{endTime}, ' 23:59:59') - - and tt.task_status = #{appTaskStatus} - - - and (tt.task_status = 1 or tt.task_status = 2) - GROUP BY rd.task_id,bui.unit_name,bpi.pro_name,bai.code,su.nick_name order by tt.create_time desc