| @@ -14,14 +14,13 @@ import java.util.List; | |||||
| @EqualsAndHashCode(callSuper = true) | @EqualsAndHashCode(callSuper = true) | ||||
| public class WxMsgValidationcodeModel extends BaseEntity { | public class WxMsgValidationcodeModel extends BaseEntity { | ||||
| private static final long serialVersionUID = 1L; | private static final long serialVersionUID = 1L; | ||||
| @Id | @Id | ||||
| protected Long id; | protected Long id; | ||||
| @Transient | @Transient | ||||
| protected List<String> ids; | protected List<String> ids; | ||||
| @Transient | |||||
| protected String sortColumns; | |||||
| @io.swagger.annotations.ApiModelProperty(value="名称",name="name") | @io.swagger.annotations.ApiModelProperty(value="名称",name="name") | ||||
| private String name; | private String name; | ||||
| @@ -1516,9 +1516,4 @@ public class WxFlowServiceImpl implements WxFlowService { | |||||
| public List<WxFlowModel> getModelBybusiness(WxFlowModel wxFlowModel) { | public List<WxFlowModel> getModelBybusiness(WxFlowModel wxFlowModel) { | ||||
| return wxFlowModelMapper.getModelBybusiness(wxFlowModel); | return wxFlowModelMapper.getModelBybusiness(wxFlowModel); | ||||
| } | } | ||||
| public static void main(String[] args) { | |||||
| new Thread(() -> System.out.println(1 + "hello world")).start(); | |||||
| } | |||||
| } | } | ||||
| @@ -402,7 +402,7 @@ public class WxMerchantServiceImpl implements WxMerchantService { | |||||
| } catch (Exception e) { | } catch (Exception e) { | ||||
| e.printStackTrace(); | e.printStackTrace(); | ||||
| logger.error("db failed: 商户创建失败, e:" + e.getMessage()); | 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()); | |||||
| } | } | ||||
| } | } | ||||