浏览代码

支付通道列表

yubin 1 周之前
父节点
当前提交
4936b659b1
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      cif-service/src/main/java/com/txz/cif/web/mng/PaymentChannelController.java

+ 2 - 0
cif-service/src/main/java/com/txz/cif/web/mng/PaymentChannelController.java

@@ -1,5 +1,6 @@
 package com.txz.cif.web.mng;
 import cn.hutool.core.bean.BeanUtil;
+import cn.hutool.core.date.DateUtil;
 import com.txz.cif.core.AuthService;
 import com.txz.cif.core.Result;
 import com.txz.cif.core.ResultGenerator;
@@ -74,6 +75,7 @@ public class PaymentChannelController {
     //		paymentChannel.setCreateTime(new Date());
     //		paymentChannel.setCreateUserId(userId);
 			PaymentChannel bean = BeanUtil.toBean(paymentChannelParam, PaymentChannel.class);
+			bean.setUpdateTime(DateUtil.date());
 			bean.setIsValid((byte)1);
 			bean.setVersion(1);
 			bean.setCreateUser("lala");