领料接口优化
This commit is contained in:
parent
0fba5ce68e
commit
a1b0cb45f9
|
|
@ -134,7 +134,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
tt.*, su.phonenumber AS phoneNumber, sd.dept_name as deptName,
|
tt.*, su.phonenumber AS phoneNumber, sd.dept_name as deptName,
|
||||||
bpl.pro_id as proId,bpl.pro_name as projectName,
|
bpl.pro_id as proId,bpl.pro_name as projectName,
|
||||||
bui.unit_id as unitId,bui.unit_name as unitName,
|
bui.unit_id as unitId,bui.unit_name as unitName,
|
||||||
lai.lease_person as leasePerson, lai.phone as leasePhone, tt.create_by as applyFor,d.`name` as taskName,lai.lease_type as leaseType,lai.estimate_lease_time as estimateLeaseTime,
|
lai.lease_person as leasePerson, lai.phone as leasePhone, tt.create_by as applyFor,
|
||||||
|
-- d.`name` as taskName,
|
||||||
|
lai.lease_type as leaseType,lai.estimate_lease_time as estimateLeaseTime,
|
||||||
-- case when d.id = '31' then lai.company_audit_remark
|
-- case when d.id = '31' then lai.company_audit_remark
|
||||||
-- when d.id = '32' then lai.dept_audit_remark
|
-- when d.id = '32' then lai.dept_audit_remark
|
||||||
-- when d.id = '33' then lai.direct_audit_remark
|
-- when d.id = '33' then lai.direct_audit_remark
|
||||||
|
|
@ -186,7 +188,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
tt.*, su.phonenumber AS phoneNumber, sd.dept_name as deptName,
|
tt.*, su.phonenumber AS phoneNumber, sd.dept_name as deptName,
|
||||||
bpl.pro_id as proId,bpl.pro_name as projectName,
|
bpl.pro_id as proId,bpl.pro_name as projectName,
|
||||||
bui.unit_id as unitId,bui.unit_name as unitName,
|
bui.unit_id as unitId,bui.unit_name as unitName,
|
||||||
lai.lease_person as leasePerson, lai.phone as leasePhone, tt.create_by as applyFor,d.`name` as taskName,lai.lease_type as leaseType,lai.estimate_lease_time as estimateLeaseTime,
|
lai.lease_person as leasePerson, lai.phone as leasePhone, tt.create_by as applyFor,
|
||||||
|
-- d.`name` as taskName,
|
||||||
|
lai.lease_type as leaseType,lai.estimate_lease_time as estimateLeaseTime,
|
||||||
-- case when d.id = '31' then lai.company_audit_remark
|
-- case when d.id = '31' then lai.company_audit_remark
|
||||||
-- when d.id = '32' then lai.dept_audit_remark
|
-- when d.id = '32' then lai.dept_audit_remark
|
||||||
-- when d.id = '33' then lai.direct_audit_remark
|
-- when d.id = '33' then lai.direct_audit_remark
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue