|
|
@@ -1159,6 +1159,10 @@ public class PtlAgreementServiceImpl extends ServiceImpl<PtlAgreementMapper, Ptl
|
|
|
ptlAgreement.setId(null);
|
|
|
ptlAgreement.setAuditStatus(0);
|
|
|
ptlAgreement.setValidStatus(String.valueOf(ValidStatus.AVS_0.getCode()));
|
|
|
+ ptlAgreement.setCreateTime(LocalDateTime.now());
|
|
|
+ ptlAgreement.setUpdateTime(LocalDateTime.now());
|
|
|
+ ptlAgreement.setCreator(BaseController.getUserId());
|
|
|
+ ptlAgreement.setModifiedName(BaseController.getUserId());
|
|
|
save(ptlAgreement);
|
|
|
|
|
|
// 复制账号信息
|