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 fe538e12..fbd5e5b0 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 @@ -412,7 +412,7 @@ 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' left join sys_workflow_record swr on swr.task_id = lai.task_id - where tt.task_type = '19' + where tt.task_type = '19' and sda.dict_type = 'lease_apply_task_status' and lai.code = #{code} and lai.task_id = #{taskId} and lai.lease_person = #{leasePerson}