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}