From 7d4c560effae3e06dde96ec2709dde73ef1df6b8 Mon Sep 17 00:00:00 2001 From: mashuai Date: Fri, 15 Aug 2025 18:29:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/material/lease/LeaseTaskMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bonus-modules/bonus-material/src/main/resources/mapper/material/lease/LeaseTaskMapper.xml b/bonus-modules/bonus-material/src/main/resources/mapper/material/lease/LeaseTaskMapper.xml index 599652e4..805eaf77 100644 --- a/bonus-modules/bonus-material/src/main/resources/mapper/material/lease/LeaseTaskMapper.xml +++ b/bonus-modules/bonus-material/src/main/resources/mapper/material/lease/LeaseTaskMapper.xml @@ -418,7 +418,7 @@ and sda.dict_type = 'lease_apply_task_status' left join ma_type mt on lad.type_id = mt.type_id and mt.del_flag = '0' left join ma_type mt1 on mt.parent_id = mt1.type_id and mt1.del_flag = '0' - where tt.task_type = '19' and sda.dict_type = 'lease_apply_task_status' + where tt.task_type = '19' and lai.code = #{code} and lai.task_id = #{taskId} and lai.lease_person = #{leasePerson}