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