问题修复
This commit is contained in:
parent
ce0f33fb63
commit
35a42eb301
|
|
@ -365,13 +365,6 @@ public class TmTask implements Serializable {
|
|||
@ApiModelProperty(value = "领料id")
|
||||
private Integer leaseId;
|
||||
|
||||
/**
|
||||
* 备注
|
||||
*/
|
||||
@ApiModelProperty(value = "备注")
|
||||
@Excel(name = "备注", sort = 11)
|
||||
private String remarkLease;
|
||||
|
||||
public void setLeaseFee(BigDecimal leaseFee) {
|
||||
this.leaseFee = leaseFee;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1037,7 +1037,6 @@
|
|||
bui.unit_name AS unitName,
|
||||
lai.lease_person AS leasePerson,
|
||||
lai.phone AS leasePhone,
|
||||
lai.remark AS remarkLease,
|
||||
tt.create_by AS applyFor,
|
||||
d.`name` AS taskName,
|
||||
lai.lease_type AS leaseType,
|
||||
|
|
@ -1099,7 +1098,8 @@
|
|||
lad.is_ct as isCt,
|
||||
lad.replace_type_id as replaceTypeId,
|
||||
lad.sets_num as setsNum,
|
||||
lad.lease_price as leasePrice
|
||||
lad.lease_price as leasePrice,
|
||||
lad.remark as remark
|
||||
FROM
|
||||
lease_apply_details lad
|
||||
LEFT JOIN lease_apply_info lai on lad.parennt_id = lai.id
|
||||
|
|
@ -1144,7 +1144,8 @@
|
|||
lad.is_ct as isCt,
|
||||
lad.replace_type_id as replaceTypeId,
|
||||
lad.sets_num as setsNum,
|
||||
lad.lease_price as leasePrice
|
||||
lad.lease_price as leasePrice,
|
||||
lad.remark as remark
|
||||
FROM
|
||||
lease_apply_details lad
|
||||
LEFT JOIN lease_apply_info lai on lad.parennt_id = lai.id
|
||||
|
|
@ -1340,7 +1341,6 @@
|
|||
bui.unit_name AS unitName,
|
||||
lai.lease_person AS leasePerson,
|
||||
lai.phone AS leasePhone,
|
||||
lai.remark AS remarkLease,
|
||||
tt.create_by AS applyFor,
|
||||
d.`name` AS taskName,
|
||||
lai.lease_type AS leaseType,
|
||||
|
|
|
|||
Loading…
Reference in New Issue