Commit 6ef82d29 authored by fangxinjiang's avatar fangxinjiang

见费出单逻辑-fxj

parent bdbd0e2b
......@@ -44,6 +44,6 @@ public class EkpSettleStatusVo implements Serializable {
/**
* 待收
**/
private LocalDateTime statusUpdateTime;
private String statusUpdateTime;
}
......@@ -9813,9 +9813,9 @@ public class TInsuranceDetailServiceImpl extends ServiceImpl<TInsuranceDetailMap
if (null != detail){
detailOld = new TInsuranceDetail();
BeanCopyUtils.copyProperties(detail,detailOld);
detail.setPaymentTime(DateUtil.formatDatePatten(new Date(),DateUtil.DATETIME_PATTERN_SECOND));
detail.setPaymentTime(vo.getStatusUpdateTime());
detail.setBuyHandleStatus(CommonConstants.ONE_INT);
detail.setUpdateTime(vo.getStatusUpdateTime());
detail.setUpdateTime(LocalDateTime.now());
detail.setPaymentStatus(CommonConstants.ONE_STRING);
detail.setUpdateBy("05501879fed711eca3540242ac110010");
tBusinessOperateService.saveModificationRecord(detail.getId(),detailOld,detail,"手动拉取缴费:收款结算单已收或垫付同步更新投保状态为待投保","EKP系统");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment