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()); } }