功能优化
This commit is contained in:
parent
1722345034
commit
bd20d10538
|
|
@ -1183,6 +1183,7 @@ public class TmTaskServiceImpl implements TmTaskService {
|
||||||
String leasePerson = "";
|
String leasePerson = "";
|
||||||
String remark = "";
|
String remark = "";
|
||||||
String phone = "";
|
String phone = "";
|
||||||
|
String costBearingParty = task.getCostBearingParty();
|
||||||
if (leaseApplyInfo1 != null) {
|
if (leaseApplyInfo1 != null) {
|
||||||
leasePerson = leaseApplyInfo1.getLeasePerson();
|
leasePerson = leaseApplyInfo1.getLeasePerson();
|
||||||
remark = leaseApplyInfo1.getRemark();
|
remark = leaseApplyInfo1.getRemark();
|
||||||
|
|
@ -1206,6 +1207,7 @@ public class TmTaskServiceImpl implements TmTaskService {
|
||||||
leaseApplyInfo.setCode(task.getLeaseApplyInfoList().get(0).getCode());
|
leaseApplyInfo.setCode(task.getLeaseApplyInfoList().get(0).getCode());
|
||||||
leaseApplyInfo.setLeasePerson(leasePerson);
|
leaseApplyInfo.setLeasePerson(leasePerson);
|
||||||
leaseApplyInfo.setPhone(phone);
|
leaseApplyInfo.setPhone(phone);
|
||||||
|
leaseApplyInfo.setCostBearingParty(costBearingParty);
|
||||||
if (task.getTaskStatus() == 32 && task.getSouceByRefuse() == 1) {
|
if (task.getTaskStatus() == 32 && task.getSouceByRefuse() == 1) {
|
||||||
leaseApplyInfo.setDeptAuditBy(task.getLeaseApplyInfoList().get(0).getDeptAuditBy());
|
leaseApplyInfo.setDeptAuditBy(task.getLeaseApplyInfoList().get(0).getDeptAuditBy());
|
||||||
leaseApplyInfo.setDeptAuditTime(task.getLeaseApplyInfoList().get(0).getDeptAuditTime());
|
leaseApplyInfo.setDeptAuditTime(task.getLeaseApplyInfoList().get(0).getDeptAuditTime());
|
||||||
|
|
@ -1216,7 +1218,7 @@ public class TmTaskServiceImpl implements TmTaskService {
|
||||||
leaseApplyInfo.setCompanyId(leaseApply.getCompanyId());
|
leaseApplyInfo.setCompanyId(leaseApply.getCompanyId());
|
||||||
leaseApplyInfo.setEstimateLeaseTime(task.getEstimateLeaseTime());
|
leaseApplyInfo.setEstimateLeaseTime(task.getEstimateLeaseTime());
|
||||||
leaseApplyInfo.setLeaseType(task.getLeaseType());
|
leaseApplyInfo.setLeaseType(task.getLeaseType());
|
||||||
leaseApplyInfo.setCostBearingParty(leaseApply.getCostBearingParty());
|
// leaseApplyInfo.setCostBearingParty(leaseApply.getCostBearingParty());
|
||||||
res = leaseApplyInfoMapper.insert(leaseApplyInfo);
|
res = leaseApplyInfoMapper.insert(leaseApplyInfo);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue