This commit is contained in:
mashuai 2025-08-15 18:29:42 +08:00
parent a0feb66853
commit 7d4c560eff
1 changed files with 1 additions and 1 deletions

View File

@ -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'
<if test="code != null and code != ''">and lai.code = #{code}</if>
<if test="taskId != null ">and lai.task_id = #{taskId}</if>
<if test="leasePerson != null and leasePerson != ''">and lai.lease_person = #{leasePerson}</if>