From 29031ad1cf449e320bb1bc24cbfd298a40b8a629 Mon Sep 17 00:00:00 2001 From: Stormeye Wu Date: Mon, 16 Sep 2019 19:43:03 +0800 Subject: [PATCH] =?UTF-8?q?[code][=E4=BF=AE=E6=94=B9]:=E4=B8=8Edev?= =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/iformall/domain/po/WxMsgValidationcodeModel.java | 5 ++--- .../java/com/iformall/service/impl/WxFlowServiceImpl.java | 5 ----- .../com/iformall/service/impl/WxMerchantServiceImpl.java | 2 +- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/mallinkService/src/main/java/com/iformall/domain/po/WxMsgValidationcodeModel.java b/mallinkService/src/main/java/com/iformall/domain/po/WxMsgValidationcodeModel.java index b5468e876..510263848 100644 --- a/mallinkService/src/main/java/com/iformall/domain/po/WxMsgValidationcodeModel.java +++ b/mallinkService/src/main/java/com/iformall/domain/po/WxMsgValidationcodeModel.java @@ -14,14 +14,13 @@ import java.util.List; @EqualsAndHashCode(callSuper = true) public class WxMsgValidationcodeModel extends BaseEntity { private static final long serialVersionUID = 1L; - + @Id protected Long id; @Transient protected List ids; - @Transient - protected String sortColumns; + @io.swagger.annotations.ApiModelProperty(value="名称",name="name") private String name; diff --git a/mallinkService/src/main/java/com/iformall/service/impl/WxFlowServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/impl/WxFlowServiceImpl.java index 45efe5cae..f7a549cee 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxFlowServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxFlowServiceImpl.java @@ -1516,9 +1516,4 @@ public class WxFlowServiceImpl implements WxFlowService { public List getModelBybusiness(WxFlowModel wxFlowModel) { return wxFlowModelMapper.getModelBybusiness(wxFlowModel); } - - public static void main(String[] args) { - new Thread(() -> System.out.println(1 + "hello world")).start(); - - } } diff --git a/mallinkService/src/main/java/com/iformall/service/impl/WxMerchantServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/impl/WxMerchantServiceImpl.java index 0433ed647..ee76e9acf 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxMerchantServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxMerchantServiceImpl.java @@ -402,7 +402,7 @@ public class WxMerchantServiceImpl implements WxMerchantService { } catch (Exception e) { e.printStackTrace(); logger.error("db failed: 商户创建失败, e:" + e.getMessage()); - throw new MallinkException(ErrorCode.DB_FAIL.getCode(), "商户创建失败"); + throw new MallinkException(ErrorCode.DB_FAIL.getCode(), "DB FAILD " + e.getMessage()); } }