|
@@ -83,6 +83,8 @@ public class PayAisleServiceImpl extends ServiceImpl<PayAisleMapper, PayAisle> i
|
|
|
throw new RuntimeException("重复支付通道名字");
|
|
throw new RuntimeException("重复支付通道名字");
|
|
|
}
|
|
}
|
|
|
validEntityBeforeSave(add);
|
|
validEntityBeforeSave(add);
|
|
|
|
|
+ add.setCreateTime(DateUtils.getNowTime());
|
|
|
|
|
+ add.setUpdateTime(DateUtils.getNowTime());
|
|
|
return this.save(add);
|
|
return this.save(add);
|
|
|
}
|
|
}
|
|
|
|
|
|