|
|
|
@ -136,10 +136,13 @@ public class IoPurChangeService {
|
|
|
|
|
purPlanEntity.setInvCode(purApplyEntity.getInvCode());
|
|
|
|
|
purPlanEntity.setDeptCode(purApplyEntity.getDeptCode());
|
|
|
|
|
purPlanEntity.setCreateUser(purApplyEntity.getAuditUser());
|
|
|
|
|
//purPlanEntity.setCreateTime(DateUtil.timeProcess(purApplyEntity.getCreateTime(), basicBusTypeChangeEntity.getBusBeforeTime()));
|
|
|
|
|
purPlanEntity.setCreateTime(purApplyEntity.getCreateTime());
|
|
|
|
|
purPlanEntity.setUpdateUser(purApplyEntity.getAuditUser());
|
|
|
|
|
//purPlanEntity.setUpdateTime(DateUtil.timeProcess(purApplyEntity.getCreateTime(), basicBusTypeChangeEntity.getBusBeforeTime()));
|
|
|
|
|
if (basicBusTypeChangeEntity.getBusBeforeTime() != null) {
|
|
|
|
|
purPlanEntity.setCreateTime(DateUtil.timeProcess(purApplyEntity.getCreateTime(), basicBusTypeChangeEntity.getBusBeforeTime()));
|
|
|
|
|
purPlanEntity.setUpdateTime(DateUtil.timeProcess(purApplyEntity.getCreateTime(), basicBusTypeChangeEntity.getBusBeforeTime()));
|
|
|
|
|
}else{
|
|
|
|
|
purPlanEntity.setCreateTime(purApplyEntity.getCreateTime());
|
|
|
|
|
purPlanEntity.setUpdateUser(purApplyEntity.getAuditUser());
|
|
|
|
|
}
|
|
|
|
|
purPlanEntity.setUpdateTime(purApplyEntity.getUpdateTime());
|
|
|
|
|
if (purPlanEntity.getStatus() == 3) {
|
|
|
|
|
purPlanEntity.setAuditUser("");
|
|
|
|
@ -196,9 +199,14 @@ public class IoPurChangeService {
|
|
|
|
|
purOrderEntity.setInvCode(purPlanEntity.getInvCode());
|
|
|
|
|
purOrderEntity.setDeptCode(purPlanEntity.getDeptCode());
|
|
|
|
|
purOrderEntity.setCreateUser(purPlanEntity.getAuditUser());
|
|
|
|
|
purOrderEntity.setCreateTime(DateUtil.timeProcess(purPlanEntity.getCreateTime(), basicBusTypeChangeEntity.getBusBeforeTime()));
|
|
|
|
|
purOrderEntity.setUpdateUser(purPlanEntity.getAuditUser());
|
|
|
|
|
purOrderEntity.setUpdateTime(DateUtil.timeProcess(purPlanEntity.getCreateTime(), basicBusTypeChangeEntity.getBusBeforeTime()));
|
|
|
|
|
if (basicBusTypeChangeEntity.getBusBeforeTime() != null) {
|
|
|
|
|
purPlanEntity.setCreateTime(DateUtil.timeProcess(purOrderEntity.getCreateTime(), basicBusTypeChangeEntity.getBusBeforeTime()));
|
|
|
|
|
purPlanEntity.setUpdateTime(DateUtil.timeProcess(purOrderEntity.getCreateTime(), basicBusTypeChangeEntity.getBusBeforeTime()));
|
|
|
|
|
}else{
|
|
|
|
|
purPlanEntity.setCreateTime(purOrderEntity.getCreateTime());
|
|
|
|
|
purPlanEntity.setUpdateUser(purOrderEntity.getAuditUser());
|
|
|
|
|
}
|
|
|
|
|
if (purOrderEntity.getStatus() == 3) {
|
|
|
|
|
purOrderEntity.setAuditUser("");
|
|
|
|
|
purOrderEntity.setAuditTime(new Date());
|
|
|
|
@ -348,7 +356,6 @@ public class IoPurChangeService {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (basicProductsEntity != null && basicProductsEntity.getZczbhhzbapzbh() != null) {
|
|
|
|
|
ioOrderDetailBizEntity.setCertCode(basicProductsEntity.getZczbhhzbapzbh());
|
|
|
|
|
}
|
|
|
|
@ -367,7 +374,7 @@ public class IoPurChangeService {
|
|
|
|
|
// if (basicProductsEntity.getPrice() != null) {
|
|
|
|
|
// ioOrderDetailBizEntity.setPrice(BigDecimal.valueOf(basicProductsEntity.getPrice()));
|
|
|
|
|
// }
|
|
|
|
|
if (basicProductsEntity.getPrice() != null&& basicProductsEntity.getPrice() != null) {
|
|
|
|
|
if (basicProductsEntity.getPrice() != null && basicProductsEntity.getPrice() != null) {
|
|
|
|
|
ioOrderDetailBizEntity.setPrice(BigDecimal.valueOf(basicProductsEntity.getPrice()));
|
|
|
|
|
}
|
|
|
|
|
ioOrderDetailBizEntity.setSupId(obj.getSupId());
|
|
|
|
|