From 53c15f5d16a557f53ce908a45df7e9cf7c8b87e4 Mon Sep 17 00:00:00 2001 From: xhxu Date: Mon, 29 Aug 2022 15:37:47 +0800 Subject: [PATCH 1/2] // test --- .../controller/basic/WxMerchantController.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/mallinkAdmin/src/main/java/com/iformall/controller/basic/WxMerchantController.java b/mallinkAdmin/src/main/java/com/iformall/controller/basic/WxMerchantController.java index d5358a037..acfc7f9fe 100644 --- a/mallinkAdmin/src/main/java/com/iformall/controller/basic/WxMerchantController.java +++ b/mallinkAdmin/src/main/java/com/iformall/controller/basic/WxMerchantController.java @@ -106,6 +106,23 @@ public class WxMerchantController extends BaseController { final PageInfo page = wxMerchantService.listAsPage(wxMerchant, pageNum, pageSize); return new ResultData(page); } + + @ApiOperation("获取商管商户") + @GetMapping("adminMerchantOne") + @SystemControllerLog(description = "商户-列表") + public ResultData adminMerchantOne() { + logger.debug("[" + getIpAddr() + "] WxMerchantController::adminMerchantOne"); + WxMerchant wxMerchant = new WxMerchant(); + wxMerchant.updateTenantInfo(getTenantInfo()); + wxMerchant.setStatus(EnumMerchantStatus.VALID.getCode()); + wxMerchant.setIsAdmin(EnumYesOrNo.YES.getCode()); + wxMerchant.setSortColumns(BaseEntity.SortField.TopTime_DESC); + List list = wxMerchantService.findList(wxMerchant); + if(list == null || list.isEmpty()){ + return new ResultData(ErrorCode.SYS_NULLPOINTER_ERROR.getCode(),"未找到商管商户"); + } + return new ResultData(list.get(0)); + } @ApiOperation("获取商户ID,名称接口") @GetMapping("IdAndNamelist") From dafff767dc020a1f8ad16163a5494b3dde1e876a Mon Sep 17 00:00:00 2001 From: xhxu Date: Mon, 29 Aug 2022 16:05:12 +0800 Subject: [PATCH 2/2] // test --- .../db/migration/V2022080800001_pay_v3.sql | 200 +++++++++--------- 1 file changed, 100 insertions(+), 100 deletions(-) diff --git a/mallinkAdmin/src/main/resources/db/migration/V2022080800001_pay_v3.sql b/mallinkAdmin/src/main/resources/db/migration/V2022080800001_pay_v3.sql index 44b8dbcd8..5aaebf3b8 100644 --- a/mallinkAdmin/src/main/resources/db/migration/V2022080800001_pay_v3.sql +++ b/mallinkAdmin/src/main/resources/db/migration/V2022080800001_pay_v3.sql @@ -2038,106 +2038,106 @@ alter table wx_appinfo drop column pay_bill_id; UPDATE wx_pay_account SET pay_version = 1 WHERE mch_id > 0 ; UPDATE wx_pay_account SET pay_version = 3 WHERE mch_id = 0 ; -alter table wx_profit_sharing_order_0 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_1 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_2 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_3 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_4 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_5 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_6 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_7 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_8 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_9 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_10 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_11 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_12 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_13 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_14 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_15 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_16 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_17 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_18 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_19 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_20 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_21 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_22 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_23 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_24 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_25 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_26 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_27 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_28 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_29 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_30 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_31 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_32 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_33 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_34 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_35 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_36 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_37 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_38 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_39 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_40 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_41 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_42 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_43 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_44 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_45 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_46 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_47 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_48 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_49 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_50 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_51 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_52 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_53 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_54 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_55 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_56 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_57 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_58 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_59 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_60 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_61 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_62 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_63 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_64 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_65 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_66 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_67 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_68 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_69 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_70 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_71 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_72 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_73 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_74 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_75 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_76 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_77 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_78 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_79 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_80 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_81 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_82 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_83 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_84 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_85 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_86 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_87 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_88 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_89 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_90 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_91 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_92 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_93 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_94 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_95 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_96 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_97 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_98 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; -alter table wx_profit_sharing_order_99 add column pay_merchant_id int(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_0 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_1 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_2 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_3 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_4 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_5 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_6 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_7 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_8 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_9 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_10 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_11 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_12 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_13 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_14 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_15 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_16 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_17 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_18 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_19 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_20 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_21 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_22 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_23 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_24 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_25 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_26 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_27 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_28 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_29 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_30 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_31 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_32 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_33 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_34 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_35 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_36 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_37 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_38 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_39 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_40 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_41 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_42 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_43 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_44 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_45 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_46 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_47 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_48 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_49 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_50 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_51 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_52 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_53 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_54 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_55 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_56 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_57 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_58 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_59 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_60 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_61 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_62 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_63 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_64 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_65 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_66 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_67 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_68 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_69 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_70 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_71 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_72 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_73 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_74 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_75 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_76 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_77 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_78 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_79 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_80 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_81 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_82 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_83 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_84 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_85 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_86 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_87 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_88 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_89 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_90 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_91 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_92 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_93 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_94 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_95 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_96 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_97 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_98 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; +alter table wx_profit_sharing_order_99 add column pay_merchant_id bigint(20) comment "收款商户号,直连时必须设置" after merchant_id; alter table wx_profit_sharing_order_0 add column pay_merchant_mch_id varchar(60) comment "收款商户平台账号,直连时必须设置" after pay_merchant_id; alter table wx_profit_sharing_order_1 add column pay_merchant_mch_id varchar(60) comment "收款商户平台账号,直连时必须设置" after pay_merchant_id;