瀏覽代碼

[申请入驻][修改]添加日期

release_toaliyun_real
gongbiao 7 年之前
父節點
當前提交
98511ee920
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      mallinkService/src/main/java/com/simple/service/impl/WxMallApplyServiceImpl.java

+ 1
- 0
mallinkService/src/main/java/com/simple/service/impl/WxMallApplyServiceImpl.java 查看文件

@@ -57,6 +57,7 @@ public class WxMallApplyServiceImpl implements WxMallApplyService {
if (record.getId() == null) {
final IdWorker idWorker = IdWorker.get();
record.setId(idWorker.nextId());
record.setApplyDate(new Date());
wxMallApplyMapper.insertSelective(record);
} else {
wxMallApplyMapper.updateByPrimaryKeySelective(record);


Loading…
取消
儲存