This commit is contained in:
parent
478d5beac7
commit
f0c4987889
|
|
@ -276,7 +276,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
lai.task_id AS taskId,
|
lai.task_id AS taskId,
|
||||||
lpd.lease_sign_url AS leaseSignUrl,
|
lpd.lease_sign_url AS leaseSignUrl,
|
||||||
lpd.lease_sign_type AS leaseSignType,
|
lpd.lease_sign_type AS leaseSignType,
|
||||||
tt.task_type AS taskType
|
tt.task_type AS taskType,
|
||||||
|
lai.material_man AS materialMan,
|
||||||
|
lai.confirm_time AS confirmTime,
|
||||||
|
lai.is_confirm AS isConfirm,
|
||||||
|
lai.confirm_remark AS confirmRemark
|
||||||
FROM
|
FROM
|
||||||
lease_publish_details lpd
|
lease_publish_details lpd
|
||||||
LEFT JOIN lease_apply_info lai ON lai.id = lpd.parent_id
|
LEFT JOIN lease_apply_info lai ON lai.id = lpd.parent_id
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue