This commit is contained in:
parent
a0feb66853
commit
7d4c560eff
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue