From 98511ee9200e78bbef350189ecbc5f68cca0dd9d Mon Sep 17 00:00:00 2001 From: gongbiao Date: Wed, 5 Sep 2018 17:44:48 +0800 Subject: [PATCH] =?UTF-8?q?[=E7=94=B3=E8=AF=B7=E5=85=A5=E9=A9=BB][?= =?UTF-8?q?=E4=BF=AE=E6=94=B9]=E6=B7=BB=E5=8A=A0=E6=97=A5=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/simple/service/impl/WxMallApplyServiceImpl.java | 1 + 1 file changed, 1 insertion(+) diff --git a/mallinkService/src/main/java/com/simple/service/impl/WxMallApplyServiceImpl.java b/mallinkService/src/main/java/com/simple/service/impl/WxMallApplyServiceImpl.java index 9ae5b82bb..e9b3a5a51 100644 --- a/mallinkService/src/main/java/com/simple/service/impl/WxMallApplyServiceImpl.java +++ b/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);