ソースを参照

Merge branch 'master' of http://git.dayaedu.com/yonge/mec

zouxuan 5 年 前
コミット
ee626bbf43

+ 3 - 0
mec-web/src/main/java/com/ym/mec/web/controller/SysPaymentConfigController.java

@@ -31,6 +31,9 @@ public class SysPaymentConfigController extends BaseController {
         if (paymentConfig != null) {
             return failed("此分部配置已经存在");
         }
+        Date nowDate = new Date();
+        sysPaymentConfig.setCreateTime(nowDate);
+        sysPaymentConfig.setCreateTime(nowDate);
         return succeed(sysPaymentConfigService.insert(sysPaymentConfig));
     }