From ae74fc8d508cf14b2827d0c6f470f8ddcb5d24db Mon Sep 17 00:00:00 2001 From: winter Date: Sat, 18 Mar 2023 22:18:44 +0800 Subject: [PATCH] fix business --- .../controller/sys/WxBusinessController.java | 16 +- .../db/migration/V20230323000001_business.sql | 1800 +++++++++++++++++ .../com/iformall/domain/po/WxBusiness.java | 4 + .../com/iformall/domain/po/WxMerchant.java | 6 +- .../com/iformall/domain/po/WxSubBusiness.java | 35 - .../mapper/TtGoodsCategoryMapper.java | 1 - .../iformall/mapper/WxSubBusinessMapper.java | 14 - .../service/WxSubBusinessService.java | 44 - .../helper/WxCUserTagsServiceHelper.java | 2 - .../impl/WxSubBusinessServiceImpl.java | 47 - .../resources/mapper/WxBusinessMapper.xml | 12 +- .../resources/mapper/WxSubBusinessMapper.xml | 62 - .../controller/sys/WxBusinessController.java | 13 - 13 files changed, 1827 insertions(+), 229 deletions(-) delete mode 100644 mallinkService/src/main/java/com/iformall/domain/po/WxSubBusiness.java delete mode 100644 mallinkService/src/main/java/com/iformall/mapper/WxSubBusinessMapper.java delete mode 100644 mallinkService/src/main/java/com/iformall/service/WxSubBusinessService.java delete mode 100644 mallinkService/src/main/java/com/iformall/service/impl/WxSubBusinessServiceImpl.java delete mode 100644 mallinkService/src/main/resources/mapper/WxSubBusinessMapper.xml diff --git a/mallinkAdmin/src/main/java/com/iformall/controller/sys/WxBusinessController.java b/mallinkAdmin/src/main/java/com/iformall/controller/sys/WxBusinessController.java index c316a0bc4..05acebf8c 100644 --- a/mallinkAdmin/src/main/java/com/iformall/controller/sys/WxBusinessController.java +++ b/mallinkAdmin/src/main/java/com/iformall/controller/sys/WxBusinessController.java @@ -5,11 +5,10 @@ import com.iformall.common.ResultData; import com.iformall.controller.base.BaseController; import com.iformall.domain.po.base.TenantEntity; import com.iformall.domain.po.WxBusiness; -import com.iformall.domain.po.WxSubBusiness; import com.iformall.domain.vo.WxBusinessDataVo; +import com.iformall.enums.EnumYesOrNo; import com.iformall.service.ExcelService; import com.iformall.service.WxBusinessService; -import com.iformall.service.WxSubBusinessService; import com.iformall.utils.DateUtils; import io.swagger.annotations.Api; import io.swagger.annotations.ApiImplicitParam; @@ -33,8 +32,6 @@ public class WxBusinessController extends BaseController { @Autowired private WxBusinessService wxBusinessService; @Autowired - private WxSubBusinessService wxSubBusinessService; - @Autowired private ExcelService excelService; @@ -49,10 +46,15 @@ public class WxBusinessController extends BaseController { @ApiOperation("子业态表接口") @GetMapping("listSub") - @SystemControllerLog(description = "子业态") - public ResultData listSub(@ModelAttribute WxSubBusiness wxSubBusiness) { + @ApiImplicitParams({ + @ApiImplicitParam(name = "businessId", value = "页数", dataType = "int", paramType = "query", required = true)}) + public ResultData listSub(Integer businessId) { logger.debug("[" + getIpAddr() + "] WxBusinessController::getList"); - final List busList = wxSubBusinessService.findList(wxSubBusiness); + WxBusiness bq = new WxBusiness(); + bq.setFinalTenantId(this.getTenantInfo().getFinalTenantId()); + bq.setIsDel(EnumYesOrNo.NO.getCode()); + bq.setParentId(businessId); + final List busList = wxBusinessService.findList(bq); return new ResultData(busList); } diff --git a/mallinkAdmin/src/main/resources/db/migration/V20230323000001_business.sql b/mallinkAdmin/src/main/resources/db/migration/V20230323000001_business.sql index 8c6d47f47..d7b665e5d 100644 --- a/mallinkAdmin/src/main/resources/db/migration/V20230323000001_business.sql +++ b/mallinkAdmin/src/main/resources/db/migration/V20230323000001_business.sql @@ -6,6 +6,10 @@ alter table wx_business add column final_tenant_id varchar(5) comment ''; alter table wx_business add column is_system int(1) not null default 0 comment '是否系统内置1-是,0-否'; +alter table wx_business add column parent_id int(11) comment '父编码'; + +alter table wx_business add column is_del int(1) not null default 0 comment '是否删除1-是,0-否'; + wx_business 主见改自增 create table wx_business_0 like wx_business; @@ -265,6 +269,34 @@ VALUES (10,'家居',1,'2018-08-10 22:15:17','2019-04-09 19:32:30','1029',0), (11,'数码家电',1,'2019-08-01 16:42:40','2019-08-01 16:42:40','1029',0); +INSERT INTO `wx_business_30` (`id`, `title`, `type`, `create_date`, `update_date`, `final_tenant_id`, `is_system`) +VALUES + (1,'餐饮',1,'2018-08-08 17:58:54','2018-08-20 19:07:49','1030',0), + (2,'娱乐',1,'2018-08-10 22:13:38','2018-08-23 15:57:54','1030',0), + (3,'服饰',1,'2018-08-10 22:14:14','2018-08-23 15:57:56','1030',0), + (4,'亲子',1,'2018-08-10 22:15:00','2018-08-23 15:57:57','1030',0), + (5,'超市',1,'2018-08-10 22:15:17','2018-08-23 15:57:58','1030',0), + (6,'其他',1,'2028-08-10 22:15:17','2023-03-17 22:14:21','1030',1), + (7,'美妆',1,'2018-08-10 22:15:17','2019-04-09 19:32:30','1030',0), + (8,'珠宝',1,'2018-08-10 22:15:17','2019-04-09 19:32:30','1030',0), + (9,'服务',1,'2018-08-10 22:15:17','2019-04-09 19:32:30','1030',0), + (10,'家居',1,'2018-08-10 22:15:17','2019-04-09 19:32:30','1030',0), + (11,'数码家电',1,'2019-08-01 16:42:40','2019-08-01 16:42:40','1030',0); + +INSERT INTO `wx_business_31` (`id`, `title`, `type`, `create_date`, `update_date`, `final_tenant_id`, `is_system`) +VALUES + (1,'餐饮',1,'2018-08-08 17:58:54','2018-08-20 19:07:49','1031',0), + (2,'娱乐',1,'2018-08-10 22:13:38','2018-08-23 15:57:54','1031',0), + (3,'服饰',1,'2018-08-10 22:14:14','2018-08-23 15:57:56','1031',0), + (4,'亲子',1,'2018-08-10 22:15:00','2018-08-23 15:57:57','1031',0), + (5,'超市',1,'2018-08-10 22:15:17','2018-08-23 15:57:58','1031',0), + (6,'其他',1,'2028-08-10 22:15:17','2023-03-17 22:14:21','1031',1), + (7,'美妆',1,'2018-08-10 22:15:17','2019-04-09 19:32:30','1031',0), + (8,'珠宝',1,'2018-08-10 22:15:17','2019-04-09 19:32:30','1031',0), + (9,'服务',1,'2018-08-10 22:15:17','2019-04-09 19:32:30','1031',0), + (10,'家居',1,'2018-08-10 22:15:17','2019-04-09 19:32:30','1031',0), + (11,'数码家电',1,'2019-08-01 16:42:40','2019-08-01 16:42:40','1031',0); + INSERT INTO `wx_business_37` (`id`, `title`, `type`, `create_date`, `update_date`, `final_tenant_id`, `is_system`) VALUES (1,'餐饮',1,'2018-08-08 17:58:54','2018-08-20 19:07:49','1037',0), @@ -462,6 +494,1774 @@ VALUES (11,'数码家电',1,'2019-08-01 16:42:40','2019-08-01 16:42:40','1063',0); + +INSERT INTO `wx_business_89`(`id`, `title`, `parent_id`,`type`, `create_date`, `update_date`, `final_tenant_id`, `is_system`) VALUES +(CONCAT('789',1 ),'西餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','789',0), +(CONCAT('789',2 ),'日本料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','789',0), +(CONCAT('789',3 ),'韩国料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','789',0), +(CONCAT('789',4 ),'东南亚菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','789',0), +(CONCAT('789',5 ),'自助餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','789',0), +(CONCAT('789',6 ),'火锅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','789',0), +(CONCAT('789',7 ),'特色菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','789',0), +(CONCAT('789',8 ),'私房菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','789',0), +(CONCAT('789',9 ),'素食',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','789',0), +(CONCAT('789',10),'烧烤',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','789',0), +(CONCAT('789',11),'小吃快餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','789',0), +(CONCAT('789',12),'川菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','789',0), +(CONCAT('789',13),'湘菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','789',0), +(CONCAT('789',14),'鲁菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','789',0), +(CONCAT('789',15),'粤菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','789',0), +(CONCAT('789',16),'湖北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','789',0), +(CONCAT('789',17),'云贵菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','789',0), +(CONCAT('789',18),'东北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','789',0), +(CONCAT('789',19),'面包店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','789',0), +(CONCAT('789',20),'咖啡厅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','789',0), +(CONCAT('789',21),'饮品店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','789',0), +(CONCAT('789',22),'男装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','789',0), +(CONCAT('789',23),'女装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','789',0), +(CONCAT('789',24),'童装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','789',0), +(CONCAT('789',25),'鞋帽',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','789',0), +(CONCAT('789',26),'配饰',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','789',0), +(CONCAT('789',27),'内衣',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','789',0), +(CONCAT('789',28),'亲子摄影',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','789',0), +(CONCAT('789',29),'亲子游乐',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','789',0), +(CONCAT('789',30),'幼儿教育',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','789',0), +(CONCAT('789',31),'孕产护理',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','789',0), +(CONCAT('789',32),'童车童床',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','789',0), +(CONCAT('789',33),'玩具',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','789',0), +(CONCAT('789',34),'喂养用品',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','789',0), +(CONCAT('789',35),'面部护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','789',0), +(CONCAT('789',36),'香水彩妆',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','789',0), +(CONCAT('789',37),'男士护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','789',0), +(CONCAT('789',38),'营养保健',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','789',0), +(CONCAT('789',39),'黄金',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','789',0), +(CONCAT('789',40),'钻石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','789',0), +(CONCAT('789',41),'时尚饰品',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','789',0), +(CONCAT('789',42),'翡翠玉石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','789',0), +(CONCAT('789',43),'钟表',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','789',0), +(CONCAT('789',44),'KTV',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','789',0), +(CONCAT('789',45),'轰趴馆',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','789',0), +(CONCAT('789',46),'DIY手工',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','789',0), +(CONCAT('789',47),'文化艺术',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','789',0), +(CONCAT('789',48),'游艺娱乐',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','789',0), +(CONCAT('789',49),'桌游',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','789',0), +(CONCAT('789',50),'运动健身',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','789',0), +(CONCAT('789',51),'婚纱摄影',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','789',0), +(CONCAT('789',52),'美容美发',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','789',0), +(CONCAT('789',53),'学习培训',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','789',0), +(CONCAT('789',54),'家具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','789',0), +(CONCAT('789',55),'家饰',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','789',0), +(CONCAT('789',56),'家纺',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','789',0), +(CONCAT('789',57),'生活用品',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','789',0), +(CONCAT('789',58),'厨具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','789',0), +(CONCAT('789',59),'家用电器',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','789',0), +(CONCAT('789',60),'数码产品',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','789',0), +(CONCAT('789',61),'手机通信',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','789',0), +(CONCAT('789',62),'电脑办公',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','789',0), +(CONCAT('789',63),'影音娱乐',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','789',0); + +INSERT INTO `wx_business_3`(`id`, `title`, `parent_id`,`type`, `create_date`, `update_date`, `final_tenant_id`, `is_system`) VALUES +(CONCAT('1003',1 ),'西餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1003',0), +(CONCAT('1003',2 ),'日本料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1003',0), +(CONCAT('1003',3 ),'韩国料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1003',0), +(CONCAT('1003',4 ),'东南亚菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1003',0), +(CONCAT('1003',5 ),'自助餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1003',0), +(CONCAT('1003',6 ),'火锅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1003',0), +(CONCAT('1003',7 ),'特色菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1003',0), +(CONCAT('1003',8 ),'私房菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1003',0), +(CONCAT('1003',9 ),'素食',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1003',0), +(CONCAT('1003',10),'烧烤',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1003',0), +(CONCAT('1003',11),'小吃快餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1003',0), +(CONCAT('1003',12),'川菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1003',0), +(CONCAT('1003',13),'湘菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1003',0), +(CONCAT('1003',14),'鲁菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1003',0), +(CONCAT('1003',15),'粤菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1003',0), +(CONCAT('1003',16),'湖北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1003',0), +(CONCAT('1003',17),'云贵菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1003',0), +(CONCAT('1003',18),'东北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1003',0), +(CONCAT('1003',19),'面包店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1003',0), +(CONCAT('1003',20),'咖啡厅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1003',0), +(CONCAT('1003',21),'饮品店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1003',0), +(CONCAT('1003',22),'男装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1003',0), +(CONCAT('1003',23),'女装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1003',0), +(CONCAT('1003',24),'童装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1003',0), +(CONCAT('1003',25),'鞋帽',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1003',0), +(CONCAT('1003',26),'配饰',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1003',0), +(CONCAT('1003',27),'内衣',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1003',0), +(CONCAT('1003',28),'亲子摄影',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1003',0), +(CONCAT('1003',29),'亲子游乐',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1003',0), +(CONCAT('1003',30),'幼儿教育',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1003',0), +(CONCAT('1003',31),'孕产护理',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1003',0), +(CONCAT('1003',32),'童车童床',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1003',0), +(CONCAT('1003',33),'玩具',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1003',0), +(CONCAT('1003',34),'喂养用品',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1003',0), +(CONCAT('1003',35),'面部护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1003',0), +(CONCAT('1003',36),'香水彩妆',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1003',0), +(CONCAT('1003',37),'男士护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1003',0), +(CONCAT('1003',38),'营养保健',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1003',0), +(CONCAT('1003',39),'黄金',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1003',0), +(CONCAT('1003',40),'钻石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1003',0), +(CONCAT('1003',41),'时尚饰品',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1003',0), +(CONCAT('1003',42),'翡翠玉石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1003',0), +(CONCAT('1003',43),'钟表',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1003',0), +(CONCAT('1003',44),'KTV',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1003',0), +(CONCAT('1003',45),'轰趴馆',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1003',0), +(CONCAT('1003',46),'DIY手工',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1003',0), +(CONCAT('1003',47),'文化艺术',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1003',0), +(CONCAT('1003',48),'游艺娱乐',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1003',0), +(CONCAT('1003',49),'桌游',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1003',0), +(CONCAT('1003',50),'运动健身',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1003',0), +(CONCAT('1003',51),'婚纱摄影',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1003',0), +(CONCAT('1003',52),'美容美发',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1003',0), +(CONCAT('1003',53),'学习培训',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1003',0), +(CONCAT('1003',54),'家具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1003',0), +(CONCAT('1003',55),'家饰',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1003',0), +(CONCAT('1003',56),'家纺',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1003',0), +(CONCAT('1003',57),'生活用品',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1003',0), +(CONCAT('1003',58),'厨具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1003',0), +(CONCAT('1003',59),'家用电器',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1003',0), +(CONCAT('1003',60),'数码产品',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1003',0), +(CONCAT('1003',61),'手机通信',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1003',0), +(CONCAT('1003',62),'电脑办公',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1003',0), +(CONCAT('1003',63),'影音娱乐',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1003',0); + +INSERT INTO `wx_business_9`(`id`, `title`, `parent_id`,`type`, `create_date`, `update_date`, `final_tenant_id`, `is_system`) VALUES +(CONCAT('1009',1 ),'西餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1009',0), +(CONCAT('1009',2 ),'日本料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1009',0), +(CONCAT('1009',3 ),'韩国料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1009',0), +(CONCAT('1009',4 ),'东南亚菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1009',0), +(CONCAT('1009',5 ),'自助餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1009',0), +(CONCAT('1009',6 ),'火锅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1009',0), +(CONCAT('1009',7 ),'特色菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1009',0), +(CONCAT('1009',8 ),'私房菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1009',0), +(CONCAT('1009',9 ),'素食',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1009',0), +(CONCAT('1009',10),'烧烤',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1009',0), +(CONCAT('1009',11),'小吃快餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1009',0), +(CONCAT('1009',12),'川菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1009',0), +(CONCAT('1009',13),'湘菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1009',0), +(CONCAT('1009',14),'鲁菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1009',0), +(CONCAT('1009',15),'粤菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1009',0), +(CONCAT('1009',16),'湖北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1009',0), +(CONCAT('1009',17),'云贵菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1009',0), +(CONCAT('1009',18),'东北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1009',0), +(CONCAT('1009',19),'面包店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1009',0), +(CONCAT('1009',20),'咖啡厅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1009',0), +(CONCAT('1009',21),'饮品店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1009',0), +(CONCAT('1009',22),'男装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1009',0), +(CONCAT('1009',23),'女装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1009',0), +(CONCAT('1009',24),'童装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1009',0), +(CONCAT('1009',25),'鞋帽',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1009',0), +(CONCAT('1009',26),'配饰',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1009',0), +(CONCAT('1009',27),'内衣',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1009',0), +(CONCAT('1009',28),'亲子摄影',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1009',0), +(CONCAT('1009',29),'亲子游乐',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1009',0), +(CONCAT('1009',30),'幼儿教育',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1009',0), +(CONCAT('1009',31),'孕产护理',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1009',0), +(CONCAT('1009',32),'童车童床',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1009',0), +(CONCAT('1009',33),'玩具',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1009',0), +(CONCAT('1009',34),'喂养用品',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1009',0), +(CONCAT('1009',35),'面部护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1009',0), +(CONCAT('1009',36),'香水彩妆',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1009',0), +(CONCAT('1009',37),'男士护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1009',0), +(CONCAT('1009',38),'营养保健',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1009',0), +(CONCAT('1009',39),'黄金',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1009',0), +(CONCAT('1009',40),'钻石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1009',0), +(CONCAT('1009',41),'时尚饰品',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1009',0), +(CONCAT('1009',42),'翡翠玉石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1009',0), +(CONCAT('1009',43),'钟表',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1009',0), +(CONCAT('1009',44),'KTV',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1009',0), +(CONCAT('1009',45),'轰趴馆',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1009',0), +(CONCAT('1009',46),'DIY手工',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1009',0), +(CONCAT('1009',47),'文化艺术',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1009',0), +(CONCAT('1009',48),'游艺娱乐',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1009',0), +(CONCAT('1009',49),'桌游',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1009',0), +(CONCAT('1009',50),'运动健身',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1009',0), +(CONCAT('1009',51),'婚纱摄影',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1009',0), +(CONCAT('1009',52),'美容美发',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1009',0), +(CONCAT('1009',53),'学习培训',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1009',0), +(CONCAT('1009',54),'家具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1009',0), +(CONCAT('1009',55),'家饰',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1009',0), +(CONCAT('1009',56),'家纺',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1009',0), +(CONCAT('1009',57),'生活用品',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1009',0), +(CONCAT('1009',58),'厨具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1009',0), +(CONCAT('1009',59),'家用电器',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1009',0), +(CONCAT('1009',60),'数码产品',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1009',0), +(CONCAT('1009',61),'手机通信',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1009',0), +(CONCAT('1009',62),'电脑办公',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1009',0), +(CONCAT('1009',63),'影音娱乐',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1009',0); + +INSERT INTO `wx_business_10`(`id`, `title`, `parent_id`,`type`, `create_date`, `update_date`, `final_tenant_id`, `is_system`) VALUES +(CONCAT('1010',1 ),'西餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1010',0), +(CONCAT('1010',2 ),'日本料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1010',0), +(CONCAT('1010',3 ),'韩国料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1010',0), +(CONCAT('1010',4 ),'东南亚菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1010',0), +(CONCAT('1010',5 ),'自助餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1010',0), +(CONCAT('1010',6 ),'火锅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1010',0), +(CONCAT('1010',7 ),'特色菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1010',0), +(CONCAT('1010',8 ),'私房菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1010',0), +(CONCAT('1010',9 ),'素食',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1010',0), +(CONCAT('1010',10),'烧烤',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1010',0), +(CONCAT('1010',11),'小吃快餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1010',0), +(CONCAT('1010',12),'川菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1010',0), +(CONCAT('1010',13),'湘菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1010',0), +(CONCAT('1010',14),'鲁菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1010',0), +(CONCAT('1010',15),'粤菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1010',0), +(CONCAT('1010',16),'湖北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1010',0), +(CONCAT('1010',17),'云贵菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1010',0), +(CONCAT('1010',18),'东北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1010',0), +(CONCAT('1010',19),'面包店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1010',0), +(CONCAT('1010',20),'咖啡厅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1010',0), +(CONCAT('1010',21),'饮品店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1010',0), +(CONCAT('1010',22),'男装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1010',0), +(CONCAT('1010',23),'女装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1010',0), +(CONCAT('1010',24),'童装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1010',0), +(CONCAT('1010',25),'鞋帽',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1010',0), +(CONCAT('1010',26),'配饰',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1010',0), +(CONCAT('1010',27),'内衣',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1010',0), +(CONCAT('1010',28),'亲子摄影',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1010',0), +(CONCAT('1010',29),'亲子游乐',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1010',0), +(CONCAT('1010',30),'幼儿教育',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1010',0), +(CONCAT('1010',31),'孕产护理',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1010',0), +(CONCAT('1010',32),'童车童床',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1010',0), +(CONCAT('1010',33),'玩具',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1010',0), +(CONCAT('1010',34),'喂养用品',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1010',0), +(CONCAT('1010',35),'面部护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1010',0), +(CONCAT('1010',36),'香水彩妆',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1010',0), +(CONCAT('1010',37),'男士护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1010',0), +(CONCAT('1010',38),'营养保健',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1010',0), +(CONCAT('1010',39),'黄金',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1010',0), +(CONCAT('1010',40),'钻石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1010',0), +(CONCAT('1010',41),'时尚饰品',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1010',0), +(CONCAT('1010',42),'翡翠玉石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1010',0), +(CONCAT('1010',43),'钟表',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1010',0), +(CONCAT('1010',44),'KTV',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1010',0), +(CONCAT('1010',45),'轰趴馆',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1010',0), +(CONCAT('1010',46),'DIY手工',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1010',0), +(CONCAT('1010',47),'文化艺术',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1010',0), +(CONCAT('1010',48),'游艺娱乐',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1010',0), +(CONCAT('1010',49),'桌游',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1010',0), +(CONCAT('1010',50),'运动健身',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1010',0), +(CONCAT('1010',51),'婚纱摄影',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1010',0), +(CONCAT('1010',52),'美容美发',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1010',0), +(CONCAT('1010',53),'学习培训',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1010',0), +(CONCAT('1010',54),'家具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1010',0), +(CONCAT('1010',55),'家饰',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1010',0), +(CONCAT('1010',56),'家纺',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1010',0), +(CONCAT('1010',57),'生活用品',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1010',0), +(CONCAT('1010',58),'厨具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1010',0), +(CONCAT('1010',59),'家用电器',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1010',0), +(CONCAT('1010',60),'数码产品',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1010',0), +(CONCAT('1010',61),'手机通信',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1010',0), +(CONCAT('1010',62),'电脑办公',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1010',0), +(CONCAT('1010',63),'影音娱乐',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1010',0); + +INSERT INTO `wx_business_12`(`id`, `title`, `parent_id`,`type`, `create_date`, `update_date`, `final_tenant_id`, `is_system`) VALUES +(CONCAT('1012',1 ),'西餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1012',0), +(CONCAT('1012',2 ),'日本料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1012',0), +(CONCAT('1012',3 ),'韩国料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1012',0), +(CONCAT('1012',4 ),'东南亚菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1012',0), +(CONCAT('1012',5 ),'自助餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1012',0), +(CONCAT('1012',6 ),'火锅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1012',0), +(CONCAT('1012',7 ),'特色菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1012',0), +(CONCAT('1012',8 ),'私房菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1012',0), +(CONCAT('1012',9 ),'素食',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1012',0), +(CONCAT('1012',10),'烧烤',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1012',0), +(CONCAT('1012',11),'小吃快餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1012',0), +(CONCAT('1012',12),'川菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1012',0), +(CONCAT('1012',13),'湘菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1012',0), +(CONCAT('1012',14),'鲁菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1012',0), +(CONCAT('1012',15),'粤菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1012',0), +(CONCAT('1012',16),'湖北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1012',0), +(CONCAT('1012',17),'云贵菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1012',0), +(CONCAT('1012',18),'东北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1012',0), +(CONCAT('1012',19),'面包店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1012',0), +(CONCAT('1012',20),'咖啡厅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1012',0), +(CONCAT('1012',21),'饮品店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1012',0), +(CONCAT('1012',22),'男装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1012',0), +(CONCAT('1012',23),'女装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1012',0), +(CONCAT('1012',24),'童装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1012',0), +(CONCAT('1012',25),'鞋帽',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1012',0), +(CONCAT('1012',26),'配饰',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1012',0), +(CONCAT('1012',27),'内衣',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1012',0), +(CONCAT('1012',28),'亲子摄影',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1012',0), +(CONCAT('1012',29),'亲子游乐',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1012',0), +(CONCAT('1012',30),'幼儿教育',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1012',0), +(CONCAT('1012',31),'孕产护理',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1012',0), +(CONCAT('1012',32),'童车童床',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1012',0), +(CONCAT('1012',33),'玩具',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1012',0), +(CONCAT('1012',34),'喂养用品',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1012',0), +(CONCAT('1012',35),'面部护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1012',0), +(CONCAT('1012',36),'香水彩妆',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1012',0), +(CONCAT('1012',37),'男士护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1012',0), +(CONCAT('1012',38),'营养保健',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1012',0), +(CONCAT('1012',39),'黄金',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1012',0), +(CONCAT('1012',40),'钻石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1012',0), +(CONCAT('1012',41),'时尚饰品',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1012',0), +(CONCAT('1012',42),'翡翠玉石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1012',0), +(CONCAT('1012',43),'钟表',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1012',0), +(CONCAT('1012',44),'KTV',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1012',0), +(CONCAT('1012',45),'轰趴馆',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1012',0), +(CONCAT('1012',46),'DIY手工',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1012',0), +(CONCAT('1012',47),'文化艺术',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1012',0), +(CONCAT('1012',48),'游艺娱乐',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1012',0), +(CONCAT('1012',49),'桌游',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1012',0), +(CONCAT('1012',50),'运动健身',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1012',0), +(CONCAT('1012',51),'婚纱摄影',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1012',0), +(CONCAT('1012',52),'美容美发',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1012',0), +(CONCAT('1012',53),'学习培训',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1012',0), +(CONCAT('1012',54),'家具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1012',0), +(CONCAT('1012',55),'家饰',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1012',0), +(CONCAT('1012',56),'家纺',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1012',0), +(CONCAT('1012',57),'生活用品',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1012',0), +(CONCAT('1012',58),'厨具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1012',0), +(CONCAT('1012',59),'家用电器',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1012',0), +(CONCAT('1012',60),'数码产品',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1012',0), +(CONCAT('1012',61),'手机通信',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1012',0), +(CONCAT('1012',62),'电脑办公',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1012',0), +(CONCAT('1012',63),'影音娱乐',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1012',0); + +INSERT INTO `wx_business_13`(`id`, `title`, `parent_id`,`type`, `create_date`, `update_date`, `final_tenant_id`, `is_system`) VALUES +(CONCAT('1013',1 ),'西餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1013',0), +(CONCAT('1013',2 ),'日本料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1013',0), +(CONCAT('1013',3 ),'韩国料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1013',0), +(CONCAT('1013',4 ),'东南亚菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1013',0), +(CONCAT('1013',5 ),'自助餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1013',0), +(CONCAT('1013',6 ),'火锅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1013',0), +(CONCAT('1013',7 ),'特色菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1013',0), +(CONCAT('1013',8 ),'私房菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1013',0), +(CONCAT('1013',9 ),'素食',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1013',0), +(CONCAT('1013',10),'烧烤',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1013',0), +(CONCAT('1013',11),'小吃快餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1013',0), +(CONCAT('1013',12),'川菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1013',0), +(CONCAT('1013',13),'湘菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1013',0), +(CONCAT('1013',14),'鲁菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1013',0), +(CONCAT('1013',15),'粤菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1013',0), +(CONCAT('1013',16),'湖北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1013',0), +(CONCAT('1013',17),'云贵菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1013',0), +(CONCAT('1013',18),'东北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1013',0), +(CONCAT('1013',19),'面包店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1013',0), +(CONCAT('1013',20),'咖啡厅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1013',0), +(CONCAT('1013',21),'饮品店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1013',0), +(CONCAT('1013',22),'男装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1013',0), +(CONCAT('1013',23),'女装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1013',0), +(CONCAT('1013',24),'童装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1013',0), +(CONCAT('1013',25),'鞋帽',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1013',0), +(CONCAT('1013',26),'配饰',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1013',0), +(CONCAT('1013',27),'内衣',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1013',0), +(CONCAT('1013',28),'亲子摄影',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1013',0), +(CONCAT('1013',29),'亲子游乐',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1013',0), +(CONCAT('1013',30),'幼儿教育',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1013',0), +(CONCAT('1013',31),'孕产护理',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1013',0), +(CONCAT('1013',32),'童车童床',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1013',0), +(CONCAT('1013',33),'玩具',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1013',0), +(CONCAT('1013',34),'喂养用品',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1013',0), +(CONCAT('1013',35),'面部护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1013',0), +(CONCAT('1013',36),'香水彩妆',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1013',0), +(CONCAT('1013',37),'男士护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1013',0), +(CONCAT('1013',38),'营养保健',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1013',0), +(CONCAT('1013',39),'黄金',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1013',0), +(CONCAT('1013',40),'钻石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1013',0), +(CONCAT('1013',41),'时尚饰品',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1013',0), +(CONCAT('1013',42),'翡翠玉石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1013',0), +(CONCAT('1013',43),'钟表',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1013',0), +(CONCAT('1013',44),'KTV',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1013',0), +(CONCAT('1013',45),'轰趴馆',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1013',0), +(CONCAT('1013',46),'DIY手工',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1013',0), +(CONCAT('1013',47),'文化艺术',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1013',0), +(CONCAT('1013',48),'游艺娱乐',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1013',0), +(CONCAT('1013',49),'桌游',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1013',0), +(CONCAT('1013',50),'运动健身',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1013',0), +(CONCAT('1013',51),'婚纱摄影',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1013',0), +(CONCAT('1013',52),'美容美发',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1013',0), +(CONCAT('1013',53),'学习培训',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1013',0), +(CONCAT('1013',54),'家具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1013',0), +(CONCAT('1013',55),'家饰',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1013',0), +(CONCAT('1013',56),'家纺',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1013',0), +(CONCAT('1013',57),'生活用品',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1013',0), +(CONCAT('1013',58),'厨具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1013',0), +(CONCAT('1013',59),'家用电器',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1013',0), +(CONCAT('1013',60),'数码产品',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1013',0), +(CONCAT('1013',61),'手机通信',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1013',0), +(CONCAT('1013',62),'电脑办公',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1013',0), +(CONCAT('1013',63),'影音娱乐',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1013',0); + +INSERT INTO `wx_business_19`(`id`, `title`, `parent_id`,`type`, `create_date`, `update_date`, `final_tenant_id`, `is_system`) VALUES +(CONCAT('1019',1 ),'西餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1019',0), +(CONCAT('1019',2 ),'日本料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1019',0), +(CONCAT('1019',3 ),'韩国料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1019',0), +(CONCAT('1019',4 ),'东南亚菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1019',0), +(CONCAT('1019',5 ),'自助餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1019',0), +(CONCAT('1019',6 ),'火锅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1019',0), +(CONCAT('1019',7 ),'特色菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1019',0), +(CONCAT('1019',8 ),'私房菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1019',0), +(CONCAT('1019',9 ),'素食',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1019',0), +(CONCAT('1019',10),'烧烤',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1019',0), +(CONCAT('1019',11),'小吃快餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1019',0), +(CONCAT('1019',12),'川菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1019',0), +(CONCAT('1019',13),'湘菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1019',0), +(CONCAT('1019',14),'鲁菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1019',0), +(CONCAT('1019',15),'粤菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1019',0), +(CONCAT('1019',16),'湖北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1019',0), +(CONCAT('1019',17),'云贵菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1019',0), +(CONCAT('1019',18),'东北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1019',0), +(CONCAT('1019',19),'面包店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1019',0), +(CONCAT('1019',20),'咖啡厅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1019',0), +(CONCAT('1019',21),'饮品店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1019',0), +(CONCAT('1019',22),'男装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1019',0), +(CONCAT('1019',23),'女装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1019',0), +(CONCAT('1019',24),'童装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1019',0), +(CONCAT('1019',25),'鞋帽',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1019',0), +(CONCAT('1019',26),'配饰',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1019',0), +(CONCAT('1019',27),'内衣',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1019',0), +(CONCAT('1019',28),'亲子摄影',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1019',0), +(CONCAT('1019',29),'亲子游乐',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1019',0), +(CONCAT('1019',30),'幼儿教育',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1019',0), +(CONCAT('1019',31),'孕产护理',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1019',0), +(CONCAT('1019',32),'童车童床',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1019',0), +(CONCAT('1019',33),'玩具',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1019',0), +(CONCAT('1019',34),'喂养用品',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1019',0), +(CONCAT('1019',35),'面部护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1019',0), +(CONCAT('1019',36),'香水彩妆',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1019',0), +(CONCAT('1019',37),'男士护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1019',0), +(CONCAT('1019',38),'营养保健',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1019',0), +(CONCAT('1019',39),'黄金',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1019',0), +(CONCAT('1019',40),'钻石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1019',0), +(CONCAT('1019',41),'时尚饰品',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1019',0), +(CONCAT('1019',42),'翡翠玉石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1019',0), +(CONCAT('1019',43),'钟表',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1019',0), +(CONCAT('1019',44),'KTV',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1019',0), +(CONCAT('1019',45),'轰趴馆',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1019',0), +(CONCAT('1019',46),'DIY手工',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1019',0), +(CONCAT('1019',47),'文化艺术',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1019',0), +(CONCAT('1019',48),'游艺娱乐',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1019',0), +(CONCAT('1019',49),'桌游',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1019',0), +(CONCAT('1019',50),'运动健身',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1019',0), +(CONCAT('1019',51),'婚纱摄影',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1019',0), +(CONCAT('1019',52),'美容美发',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1019',0), +(CONCAT('1019',53),'学习培训',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1019',0), +(CONCAT('1019',54),'家具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1019',0), +(CONCAT('1019',55),'家饰',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1019',0), +(CONCAT('1019',56),'家纺',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1019',0), +(CONCAT('1019',57),'生活用品',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1019',0), +(CONCAT('1019',58),'厨具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1019',0), +(CONCAT('1019',59),'家用电器',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1019',0), +(CONCAT('1019',60),'数码产品',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1019',0), +(CONCAT('1019',61),'手机通信',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1019',0), +(CONCAT('1019',62),'电脑办公',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1019',0), +(CONCAT('1019',63),'影音娱乐',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1019',0); + +INSERT INTO `wx_business_24`(`id`, `title`, `parent_id`,`type`, `create_date`, `update_date`, `final_tenant_id`, `is_system`) VALUES +(CONCAT('1024',1 ),'西餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1024',0), +(CONCAT('1024',2 ),'日本料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1024',0), +(CONCAT('1024',3 ),'韩国料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1024',0), +(CONCAT('1024',4 ),'东南亚菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1024',0), +(CONCAT('1024',5 ),'自助餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1024',0), +(CONCAT('1024',6 ),'火锅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1024',0), +(CONCAT('1024',7 ),'特色菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1024',0), +(CONCAT('1024',8 ),'私房菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1024',0), +(CONCAT('1024',9 ),'素食',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1024',0), +(CONCAT('1024',10),'烧烤',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1024',0), +(CONCAT('1024',11),'小吃快餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1024',0), +(CONCAT('1024',12),'川菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1024',0), +(CONCAT('1024',13),'湘菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1024',0), +(CONCAT('1024',14),'鲁菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1024',0), +(CONCAT('1024',15),'粤菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1024',0), +(CONCAT('1024',16),'湖北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1024',0), +(CONCAT('1024',17),'云贵菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1024',0), +(CONCAT('1024',18),'东北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1024',0), +(CONCAT('1024',19),'面包店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1024',0), +(CONCAT('1024',20),'咖啡厅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1024',0), +(CONCAT('1024',21),'饮品店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1024',0), +(CONCAT('1024',22),'男装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1024',0), +(CONCAT('1024',23),'女装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1024',0), +(CONCAT('1024',24),'童装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1024',0), +(CONCAT('1024',25),'鞋帽',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1024',0), +(CONCAT('1024',26),'配饰',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1024',0), +(CONCAT('1024',27),'内衣',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1024',0), +(CONCAT('1024',28),'亲子摄影',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1024',0), +(CONCAT('1024',29),'亲子游乐',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1024',0), +(CONCAT('1024',30),'幼儿教育',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1024',0), +(CONCAT('1024',31),'孕产护理',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1024',0), +(CONCAT('1024',32),'童车童床',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1024',0), +(CONCAT('1024',33),'玩具',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1024',0), +(CONCAT('1024',34),'喂养用品',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1024',0), +(CONCAT('1024',35),'面部护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1024',0), +(CONCAT('1024',36),'香水彩妆',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1024',0), +(CONCAT('1024',37),'男士护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1024',0), +(CONCAT('1024',38),'营养保健',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1024',0), +(CONCAT('1024',39),'黄金',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1024',0), +(CONCAT('1024',40),'钻石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1024',0), +(CONCAT('1024',41),'时尚饰品',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1024',0), +(CONCAT('1024',42),'翡翠玉石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1024',0), +(CONCAT('1024',43),'钟表',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1024',0), +(CONCAT('1024',44),'KTV',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1024',0), +(CONCAT('1024',45),'轰趴馆',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1024',0), +(CONCAT('1024',46),'DIY手工',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1024',0), +(CONCAT('1024',47),'文化艺术',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1024',0), +(CONCAT('1024',48),'游艺娱乐',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1024',0), +(CONCAT('1024',49),'桌游',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1024',0), +(CONCAT('1024',50),'运动健身',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1024',0), +(CONCAT('1024',51),'婚纱摄影',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1024',0), +(CONCAT('1024',52),'美容美发',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1024',0), +(CONCAT('1024',53),'学习培训',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1024',0), +(CONCAT('1024',54),'家具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1024',0), +(CONCAT('1024',55),'家饰',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1024',0), +(CONCAT('1024',56),'家纺',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1024',0), +(CONCAT('1024',57),'生活用品',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1024',0), +(CONCAT('1024',58),'厨具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1024',0), +(CONCAT('1024',59),'家用电器',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1024',0), +(CONCAT('1024',60),'数码产品',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1024',0), +(CONCAT('1024',61),'手机通信',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1024',0), +(CONCAT('1024',62),'电脑办公',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1024',0), +(CONCAT('1024',63),'影音娱乐',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1024',0); + +INSERT INTO `wx_business_29`(`id`, `title`, `parent_id`,`type`, `create_date`, `update_date`, `final_tenant_id`, `is_system`) VALUES +(CONCAT('1029',1 ),'西餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1029',0), +(CONCAT('1029',2 ),'日本料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1029',0), +(CONCAT('1029',3 ),'韩国料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1029',0), +(CONCAT('1029',4 ),'东南亚菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1029',0), +(CONCAT('1029',5 ),'自助餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1029',0), +(CONCAT('1029',6 ),'火锅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1029',0), +(CONCAT('1029',7 ),'特色菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1029',0), +(CONCAT('1029',8 ),'私房菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1029',0), +(CONCAT('1029',9 ),'素食',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1029',0), +(CONCAT('1029',10),'烧烤',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1029',0), +(CONCAT('1029',11),'小吃快餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1029',0), +(CONCAT('1029',12),'川菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1029',0), +(CONCAT('1029',13),'湘菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1029',0), +(CONCAT('1029',14),'鲁菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1029',0), +(CONCAT('1029',15),'粤菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1029',0), +(CONCAT('1029',16),'湖北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1029',0), +(CONCAT('1029',17),'云贵菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1029',0), +(CONCAT('1029',18),'东北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1029',0), +(CONCAT('1029',19),'面包店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1029',0), +(CONCAT('1029',20),'咖啡厅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1029',0), +(CONCAT('1029',21),'饮品店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1029',0), +(CONCAT('1029',22),'男装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1029',0), +(CONCAT('1029',23),'女装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1029',0), +(CONCAT('1029',24),'童装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1029',0), +(CONCAT('1029',25),'鞋帽',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1029',0), +(CONCAT('1029',26),'配饰',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1029',0), +(CONCAT('1029',27),'内衣',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1029',0), +(CONCAT('1029',28),'亲子摄影',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1029',0), +(CONCAT('1029',29),'亲子游乐',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1029',0), +(CONCAT('1029',30),'幼儿教育',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1029',0), +(CONCAT('1029',31),'孕产护理',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1029',0), +(CONCAT('1029',32),'童车童床',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1029',0), +(CONCAT('1029',33),'玩具',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1029',0), +(CONCAT('1029',34),'喂养用品',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1029',0), +(CONCAT('1029',35),'面部护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1029',0), +(CONCAT('1029',36),'香水彩妆',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1029',0), +(CONCAT('1029',37),'男士护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1029',0), +(CONCAT('1029',38),'营养保健',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1029',0), +(CONCAT('1029',39),'黄金',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1029',0), +(CONCAT('1029',40),'钻石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1029',0), +(CONCAT('1029',41),'时尚饰品',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1029',0), +(CONCAT('1029',42),'翡翠玉石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1029',0), +(CONCAT('1029',43),'钟表',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1029',0), +(CONCAT('1029',44),'KTV',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1029',0), +(CONCAT('1029',45),'轰趴馆',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1029',0), +(CONCAT('1029',46),'DIY手工',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1029',0), +(CONCAT('1029',47),'文化艺术',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1029',0), +(CONCAT('1029',48),'游艺娱乐',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1029',0), +(CONCAT('1029',49),'桌游',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1029',0), +(CONCAT('1029',50),'运动健身',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1029',0), +(CONCAT('1029',51),'婚纱摄影',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1029',0), +(CONCAT('1029',52),'美容美发',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1029',0), +(CONCAT('1029',53),'学习培训',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1029',0), +(CONCAT('1029',54),'家具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1029',0), +(CONCAT('1029',55),'家饰',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1029',0), +(CONCAT('1029',56),'家纺',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1029',0), +(CONCAT('1029',57),'生活用品',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1029',0), +(CONCAT('1029',58),'厨具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1029',0), +(CONCAT('1029',59),'家用电器',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1029',0), +(CONCAT('1029',60),'数码产品',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1029',0), +(CONCAT('1029',61),'手机通信',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1029',0), +(CONCAT('1029',62),'电脑办公',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1029',0), +(CONCAT('1029',63),'影音娱乐',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1029',0); + +INSERT INTO `wx_business_30`(`id`, `title`, `parent_id`,`type`, `create_date`, `update_date`, `final_tenant_id`, `is_system`) VALUES +(CONCAT('1030',1 ),'西餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1030',0), +(CONCAT('1030',2 ),'日本料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1030',0), +(CONCAT('1030',3 ),'韩国料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1030',0), +(CONCAT('1030',4 ),'东南亚菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1030',0), +(CONCAT('1030',5 ),'自助餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1030',0), +(CONCAT('1030',6 ),'火锅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1030',0), +(CONCAT('1030',7 ),'特色菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1030',0), +(CONCAT('1030',8 ),'私房菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1030',0), +(CONCAT('1030',9 ),'素食',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1030',0), +(CONCAT('1030',10),'烧烤',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1030',0), +(CONCAT('1030',11),'小吃快餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1030',0), +(CONCAT('1030',12),'川菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1030',0), +(CONCAT('1030',13),'湘菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1030',0), +(CONCAT('1030',14),'鲁菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1030',0), +(CONCAT('1030',15),'粤菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1030',0), +(CONCAT('1030',16),'湖北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1030',0), +(CONCAT('1030',17),'云贵菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1030',0), +(CONCAT('1030',18),'东北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1030',0), +(CONCAT('1030',19),'面包店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1030',0), +(CONCAT('1030',20),'咖啡厅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1030',0), +(CONCAT('1030',21),'饮品店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1030',0), +(CONCAT('1030',22),'男装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1030',0), +(CONCAT('1030',23),'女装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1030',0), +(CONCAT('1030',24),'童装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1030',0), +(CONCAT('1030',25),'鞋帽',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1030',0), +(CONCAT('1030',26),'配饰',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1030',0), +(CONCAT('1030',27),'内衣',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1030',0), +(CONCAT('1030',28),'亲子摄影',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1030',0), +(CONCAT('1030',29),'亲子游乐',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1030',0), +(CONCAT('1030',30),'幼儿教育',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1030',0), +(CONCAT('1030',31),'孕产护理',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1030',0), +(CONCAT('1030',32),'童车童床',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1030',0), +(CONCAT('1030',33),'玩具',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1030',0), +(CONCAT('1030',34),'喂养用品',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1030',0), +(CONCAT('1030',35),'面部护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1030',0), +(CONCAT('1030',36),'香水彩妆',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1030',0), +(CONCAT('1030',37),'男士护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1030',0), +(CONCAT('1030',38),'营养保健',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1030',0), +(CONCAT('1030',39),'黄金',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1030',0), +(CONCAT('1030',40),'钻石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1030',0), +(CONCAT('1030',41),'时尚饰品',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1030',0), +(CONCAT('1030',42),'翡翠玉石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1030',0), +(CONCAT('1030',43),'钟表',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1030',0), +(CONCAT('1030',44),'KTV',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1030',0), +(CONCAT('1030',45),'轰趴馆',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1030',0), +(CONCAT('1030',46),'DIY手工',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1030',0), +(CONCAT('1030',47),'文化艺术',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1030',0), +(CONCAT('1030',48),'游艺娱乐',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1030',0), +(CONCAT('1030',49),'桌游',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1030',0), +(CONCAT('1030',50),'运动健身',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1030',0), +(CONCAT('1030',51),'婚纱摄影',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1030',0), +(CONCAT('1030',52),'美容美发',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1030',0), +(CONCAT('1030',53),'学习培训',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1030',0), +(CONCAT('1030',54),'家具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1030',0), +(CONCAT('1030',55),'家饰',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1030',0), +(CONCAT('1030',56),'家纺',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1030',0), +(CONCAT('1030',57),'生活用品',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1030',0), +(CONCAT('1030',58),'厨具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1030',0), +(CONCAT('1030',59),'家用电器',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1030',0), +(CONCAT('1030',60),'数码产品',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1030',0), +(CONCAT('1030',61),'手机通信',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1030',0), +(CONCAT('1030',62),'电脑办公',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1030',0), +(CONCAT('1030',63),'影音娱乐',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1030',0); + +INSERT INTO `wx_business_31`(`id`, `title`, `parent_id`,`type`, `create_date`, `update_date`, `final_tenant_id`, `is_system`) VALUES +(CONCAT('1031',1 ),'西餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1031',0), +(CONCAT('1031',2 ),'日本料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1031',0), +(CONCAT('1031',3 ),'韩国料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1031',0), +(CONCAT('1031',4 ),'东南亚菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1031',0), +(CONCAT('1031',5 ),'自助餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1031',0), +(CONCAT('1031',6 ),'火锅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1031',0), +(CONCAT('1031',7 ),'特色菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1031',0), +(CONCAT('1031',8 ),'私房菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1031',0), +(CONCAT('1031',9 ),'素食',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1031',0), +(CONCAT('1031',10),'烧烤',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1031',0), +(CONCAT('1031',11),'小吃快餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1031',0), +(CONCAT('1031',12),'川菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1031',0), +(CONCAT('1031',13),'湘菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1031',0), +(CONCAT('1031',14),'鲁菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1031',0), +(CONCAT('1031',15),'粤菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1031',0), +(CONCAT('1031',16),'湖北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1031',0), +(CONCAT('1031',17),'云贵菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1031',0), +(CONCAT('1031',18),'东北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1031',0), +(CONCAT('1031',19),'面包店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1031',0), +(CONCAT('1031',20),'咖啡厅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1031',0), +(CONCAT('1031',21),'饮品店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1031',0), +(CONCAT('1031',22),'男装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1031',0), +(CONCAT('1031',23),'女装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1031',0), +(CONCAT('1031',24),'童装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1031',0), +(CONCAT('1031',25),'鞋帽',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1031',0), +(CONCAT('1031',26),'配饰',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1031',0), +(CONCAT('1031',27),'内衣',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1031',0), +(CONCAT('1031',28),'亲子摄影',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1031',0), +(CONCAT('1031',29),'亲子游乐',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1031',0), +(CONCAT('1031',30),'幼儿教育',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1031',0), +(CONCAT('1031',31),'孕产护理',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1031',0), +(CONCAT('1031',32),'童车童床',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1031',0), +(CONCAT('1031',33),'玩具',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1031',0), +(CONCAT('1031',34),'喂养用品',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1031',0), +(CONCAT('1031',35),'面部护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1031',0), +(CONCAT('1031',36),'香水彩妆',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1031',0), +(CONCAT('1031',37),'男士护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1031',0), +(CONCAT('1031',38),'营养保健',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1031',0), +(CONCAT('1031',39),'黄金',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1031',0), +(CONCAT('1031',40),'钻石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1031',0), +(CONCAT('1031',41),'时尚饰品',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1031',0), +(CONCAT('1031',42),'翡翠玉石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1031',0), +(CONCAT('1031',43),'钟表',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1031',0), +(CONCAT('1031',44),'KTV',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1031',0), +(CONCAT('1031',45),'轰趴馆',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1031',0), +(CONCAT('1031',46),'DIY手工',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1031',0), +(CONCAT('1031',47),'文化艺术',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1031',0), +(CONCAT('1031',48),'游艺娱乐',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1031',0), +(CONCAT('1031',49),'桌游',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1031',0), +(CONCAT('1031',50),'运动健身',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1031',0), +(CONCAT('1031',51),'婚纱摄影',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1031',0), +(CONCAT('1031',52),'美容美发',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1031',0), +(CONCAT('1031',53),'学习培训',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1031',0), +(CONCAT('1031',54),'家具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1031',0), +(CONCAT('1031',55),'家饰',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1031',0), +(CONCAT('1031',56),'家纺',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1031',0), +(CONCAT('1031',57),'生活用品',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1031',0), +(CONCAT('1031',58),'厨具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1031',0), +(CONCAT('1031',59),'家用电器',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1031',0), +(CONCAT('1031',60),'数码产品',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1031',0), +(CONCAT('1031',61),'手机通信',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1031',0), +(CONCAT('1031',62),'电脑办公',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1031',0), +(CONCAT('1031',63),'影音娱乐',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1031',0); + +INSERT INTO `wx_business_38`(`id`, `title`, `parent_id`,`type`, `create_date`, `update_date`, `final_tenant_id`, `is_system`) VALUES +(CONCAT('1038',1 ),'西餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1038',0), +(CONCAT('1038',2 ),'日本料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1038',0), +(CONCAT('1038',3 ),'韩国料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1038',0), +(CONCAT('1038',4 ),'东南亚菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1038',0), +(CONCAT('1038',5 ),'自助餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1038',0), +(CONCAT('1038',6 ),'火锅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1038',0), +(CONCAT('1038',7 ),'特色菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1038',0), +(CONCAT('1038',8 ),'私房菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1038',0), +(CONCAT('1038',9 ),'素食',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1038',0), +(CONCAT('1038',10),'烧烤',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1038',0), +(CONCAT('1038',11),'小吃快餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1038',0), +(CONCAT('1038',12),'川菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1038',0), +(CONCAT('1038',13),'湘菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1038',0), +(CONCAT('1038',14),'鲁菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1038',0), +(CONCAT('1038',15),'粤菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1038',0), +(CONCAT('1038',16),'湖北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1038',0), +(CONCAT('1038',17),'云贵菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1038',0), +(CONCAT('1038',18),'东北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1038',0), +(CONCAT('1038',19),'面包店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1038',0), +(CONCAT('1038',20),'咖啡厅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1038',0), +(CONCAT('1038',21),'饮品店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1038',0), +(CONCAT('1038',22),'男装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1038',0), +(CONCAT('1038',23),'女装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1038',0), +(CONCAT('1038',24),'童装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1038',0), +(CONCAT('1038',25),'鞋帽',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1038',0), +(CONCAT('1038',26),'配饰',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1038',0), +(CONCAT('1038',27),'内衣',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1038',0), +(CONCAT('1038',28),'亲子摄影',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1038',0), +(CONCAT('1038',29),'亲子游乐',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1038',0), +(CONCAT('1038',30),'幼儿教育',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1038',0), +(CONCAT('1038',31),'孕产护理',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1038',0), +(CONCAT('1038',32),'童车童床',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1038',0), +(CONCAT('1038',33),'玩具',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1038',0), +(CONCAT('1038',34),'喂养用品',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1038',0), +(CONCAT('1038',35),'面部护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1038',0), +(CONCAT('1038',36),'香水彩妆',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1038',0), +(CONCAT('1038',37),'男士护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1038',0), +(CONCAT('1038',38),'营养保健',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1038',0), +(CONCAT('1038',39),'黄金',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1038',0), +(CONCAT('1038',40),'钻石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1038',0), +(CONCAT('1038',41),'时尚饰品',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1038',0), +(CONCAT('1038',42),'翡翠玉石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1038',0), +(CONCAT('1038',43),'钟表',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1038',0), +(CONCAT('1038',44),'KTV',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1038',0), +(CONCAT('1038',45),'轰趴馆',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1038',0), +(CONCAT('1038',46),'DIY手工',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1038',0), +(CONCAT('1038',47),'文化艺术',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1038',0), +(CONCAT('1038',48),'游艺娱乐',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1038',0), +(CONCAT('1038',49),'桌游',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1038',0), +(CONCAT('1038',50),'运动健身',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1038',0), +(CONCAT('1038',51),'婚纱摄影',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1038',0), +(CONCAT('1038',52),'美容美发',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1038',0), +(CONCAT('1038',53),'学习培训',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1038',0), +(CONCAT('1038',54),'家具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1038',0), +(CONCAT('1038',55),'家饰',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1038',0), +(CONCAT('1038',56),'家纺',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1038',0), +(CONCAT('1038',57),'生活用品',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1038',0), +(CONCAT('1038',58),'厨具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1038',0), +(CONCAT('1038',59),'家用电器',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1038',0), +(CONCAT('1038',60),'数码产品',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1038',0), +(CONCAT('1038',61),'手机通信',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1038',0), +(CONCAT('1038',62),'电脑办公',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1038',0), +(CONCAT('1038',63),'影音娱乐',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1038',0); + +INSERT INTO `wx_business_39`(`id`, `title`, `parent_id`,`type`, `create_date`, `update_date`, `final_tenant_id`, `is_system`) VALUES +(CONCAT('1039',1 ),'西餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1039',0), +(CONCAT('1039',2 ),'日本料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1039',0), +(CONCAT('1039',3 ),'韩国料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1039',0), +(CONCAT('1039',4 ),'东南亚菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1039',0), +(CONCAT('1039',5 ),'自助餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1039',0), +(CONCAT('1039',6 ),'火锅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1039',0), +(CONCAT('1039',7 ),'特色菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1039',0), +(CONCAT('1039',8 ),'私房菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1039',0), +(CONCAT('1039',9 ),'素食',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1039',0), +(CONCAT('1039',10),'烧烤',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1039',0), +(CONCAT('1039',11),'小吃快餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1039',0), +(CONCAT('1039',12),'川菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1039',0), +(CONCAT('1039',13),'湘菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1039',0), +(CONCAT('1039',14),'鲁菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1039',0), +(CONCAT('1039',15),'粤菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1039',0), +(CONCAT('1039',16),'湖北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1039',0), +(CONCAT('1039',17),'云贵菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1039',0), +(CONCAT('1039',18),'东北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1039',0), +(CONCAT('1039',19),'面包店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1039',0), +(CONCAT('1039',20),'咖啡厅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1039',0), +(CONCAT('1039',21),'饮品店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1039',0), +(CONCAT('1039',22),'男装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1039',0), +(CONCAT('1039',23),'女装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1039',0), +(CONCAT('1039',24),'童装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1039',0), +(CONCAT('1039',25),'鞋帽',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1039',0), +(CONCAT('1039',26),'配饰',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1039',0), +(CONCAT('1039',27),'内衣',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1039',0), +(CONCAT('1039',28),'亲子摄影',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1039',0), +(CONCAT('1039',29),'亲子游乐',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1039',0), +(CONCAT('1039',30),'幼儿教育',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1039',0), +(CONCAT('1039',31),'孕产护理',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1039',0), +(CONCAT('1039',32),'童车童床',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1039',0), +(CONCAT('1039',33),'玩具',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1039',0), +(CONCAT('1039',34),'喂养用品',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1039',0), +(CONCAT('1039',35),'面部护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1039',0), +(CONCAT('1039',36),'香水彩妆',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1039',0), +(CONCAT('1039',37),'男士护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1039',0), +(CONCAT('1039',38),'营养保健',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1039',0), +(CONCAT('1039',39),'黄金',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1039',0), +(CONCAT('1039',40),'钻石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1039',0), +(CONCAT('1039',41),'时尚饰品',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1039',0), +(CONCAT('1039',42),'翡翠玉石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1039',0), +(CONCAT('1039',43),'钟表',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1039',0), +(CONCAT('1039',44),'KTV',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1039',0), +(CONCAT('1039',45),'轰趴馆',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1039',0), +(CONCAT('1039',46),'DIY手工',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1039',0), +(CONCAT('1039',47),'文化艺术',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1039',0), +(CONCAT('1039',48),'游艺娱乐',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1039',0), +(CONCAT('1039',49),'桌游',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1039',0), +(CONCAT('1039',50),'运动健身',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1039',0), +(CONCAT('1039',51),'婚纱摄影',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1039',0), +(CONCAT('1039',52),'美容美发',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1039',0), +(CONCAT('1039',53),'学习培训',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1039',0), +(CONCAT('1039',54),'家具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1039',0), +(CONCAT('1039',55),'家饰',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1039',0), +(CONCAT('1039',56),'家纺',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1039',0), +(CONCAT('1039',57),'生活用品',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1039',0), +(CONCAT('1039',58),'厨具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1039',0), +(CONCAT('1039',59),'家用电器',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1039',0), +(CONCAT('1039',60),'数码产品',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1039',0), +(CONCAT('1039',61),'手机通信',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1039',0), +(CONCAT('1039',62),'电脑办公',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1039',0), +(CONCAT('1039',63),'影音娱乐',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1039',0); + +INSERT INTO `wx_business_40`(`id`, `title`, `parent_id`,`type`, `create_date`, `update_date`, `final_tenant_id`, `is_system`) VALUES +(CONCAT('1040',1 ),'西餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1040',0), +(CONCAT('1040',2 ),'日本料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1040',0), +(CONCAT('1040',3 ),'韩国料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1040',0), +(CONCAT('1040',4 ),'东南亚菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1040',0), +(CONCAT('1040',5 ),'自助餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1040',0), +(CONCAT('1040',6 ),'火锅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1040',0), +(CONCAT('1040',7 ),'特色菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1040',0), +(CONCAT('1040',8 ),'私房菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1040',0), +(CONCAT('1040',9 ),'素食',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1040',0), +(CONCAT('1040',10),'烧烤',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1040',0), +(CONCAT('1040',11),'小吃快餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1040',0), +(CONCAT('1040',12),'川菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1040',0), +(CONCAT('1040',13),'湘菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1040',0), +(CONCAT('1040',14),'鲁菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1040',0), +(CONCAT('1040',15),'粤菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1040',0), +(CONCAT('1040',16),'湖北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1040',0), +(CONCAT('1040',17),'云贵菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1040',0), +(CONCAT('1040',18),'东北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1040',0), +(CONCAT('1040',19),'面包店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1040',0), +(CONCAT('1040',20),'咖啡厅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1040',0), +(CONCAT('1040',21),'饮品店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1040',0), +(CONCAT('1040',22),'男装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1040',0), +(CONCAT('1040',23),'女装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1040',0), +(CONCAT('1040',24),'童装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1040',0), +(CONCAT('1040',25),'鞋帽',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1040',0), +(CONCAT('1040',26),'配饰',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1040',0), +(CONCAT('1040',27),'内衣',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1040',0), +(CONCAT('1040',28),'亲子摄影',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1040',0), +(CONCAT('1040',29),'亲子游乐',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1040',0), +(CONCAT('1040',30),'幼儿教育',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1040',0), +(CONCAT('1040',31),'孕产护理',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1040',0), +(CONCAT('1040',32),'童车童床',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1040',0), +(CONCAT('1040',33),'玩具',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1040',0), +(CONCAT('1040',34),'喂养用品',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1040',0), +(CONCAT('1040',35),'面部护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1040',0), +(CONCAT('1040',36),'香水彩妆',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1040',0), +(CONCAT('1040',37),'男士护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1040',0), +(CONCAT('1040',38),'营养保健',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1040',0), +(CONCAT('1040',39),'黄金',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1040',0), +(CONCAT('1040',40),'钻石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1040',0), +(CONCAT('1040',41),'时尚饰品',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1040',0), +(CONCAT('1040',42),'翡翠玉石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1040',0), +(CONCAT('1040',43),'钟表',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1040',0), +(CONCAT('1040',44),'KTV',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1040',0), +(CONCAT('1040',45),'轰趴馆',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1040',0), +(CONCAT('1040',46),'DIY手工',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1040',0), +(CONCAT('1040',47),'文化艺术',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1040',0), +(CONCAT('1040',48),'游艺娱乐',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1040',0), +(CONCAT('1040',49),'桌游',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1040',0), +(CONCAT('1040',50),'运动健身',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1040',0), +(CONCAT('1040',51),'婚纱摄影',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1040',0), +(CONCAT('1040',52),'美容美发',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1040',0), +(CONCAT('1040',53),'学习培训',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1040',0), +(CONCAT('1040',54),'家具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1040',0), +(CONCAT('1040',55),'家饰',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1040',0), +(CONCAT('1040',56),'家纺',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1040',0), +(CONCAT('1040',57),'生活用品',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1040',0), +(CONCAT('1040',58),'厨具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1040',0), +(CONCAT('1040',59),'家用电器',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1040',0), +(CONCAT('1040',60),'数码产品',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1040',0), +(CONCAT('1040',61),'手机通信',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1040',0), +(CONCAT('1040',62),'电脑办公',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1040',0), +(CONCAT('1040',63),'影音娱乐',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1040',0); + +INSERT INTO `wx_business_42`(`id`, `title`, `parent_id`,`type`, `create_date`, `update_date`, `final_tenant_id`, `is_system`) VALUES +(CONCAT('1042',1 ),'西餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1042',0), +(CONCAT('1042',2 ),'日本料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1042',0), +(CONCAT('1042',3 ),'韩国料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1042',0), +(CONCAT('1042',4 ),'东南亚菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1042',0), +(CONCAT('1042',5 ),'自助餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1042',0), +(CONCAT('1042',6 ),'火锅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1042',0), +(CONCAT('1042',7 ),'特色菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1042',0), +(CONCAT('1042',8 ),'私房菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1042',0), +(CONCAT('1042',9 ),'素食',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1042',0), +(CONCAT('1042',10),'烧烤',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1042',0), +(CONCAT('1042',11),'小吃快餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1042',0), +(CONCAT('1042',12),'川菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1042',0), +(CONCAT('1042',13),'湘菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1042',0), +(CONCAT('1042',14),'鲁菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1042',0), +(CONCAT('1042',15),'粤菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1042',0), +(CONCAT('1042',16),'湖北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1042',0), +(CONCAT('1042',17),'云贵菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1042',0), +(CONCAT('1042',18),'东北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1042',0), +(CONCAT('1042',19),'面包店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1042',0), +(CONCAT('1042',20),'咖啡厅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1042',0), +(CONCAT('1042',21),'饮品店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1042',0), +(CONCAT('1042',22),'男装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1042',0), +(CONCAT('1042',23),'女装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1042',0), +(CONCAT('1042',24),'童装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1042',0), +(CONCAT('1042',25),'鞋帽',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1042',0), +(CONCAT('1042',26),'配饰',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1042',0), +(CONCAT('1042',27),'内衣',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1042',0), +(CONCAT('1042',28),'亲子摄影',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1042',0), +(CONCAT('1042',29),'亲子游乐',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1042',0), +(CONCAT('1042',30),'幼儿教育',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1042',0), +(CONCAT('1042',31),'孕产护理',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1042',0), +(CONCAT('1042',32),'童车童床',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1042',0), +(CONCAT('1042',33),'玩具',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1042',0), +(CONCAT('1042',34),'喂养用品',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1042',0), +(CONCAT('1042',35),'面部护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1042',0), +(CONCAT('1042',36),'香水彩妆',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1042',0), +(CONCAT('1042',37),'男士护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1042',0), +(CONCAT('1042',38),'营养保健',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1042',0), +(CONCAT('1042',39),'黄金',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1042',0), +(CONCAT('1042',40),'钻石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1042',0), +(CONCAT('1042',41),'时尚饰品',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1042',0), +(CONCAT('1042',42),'翡翠玉石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1042',0), +(CONCAT('1042',43),'钟表',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1042',0), +(CONCAT('1042',44),'KTV',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1042',0), +(CONCAT('1042',45),'轰趴馆',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1042',0), +(CONCAT('1042',46),'DIY手工',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1042',0), +(CONCAT('1042',47),'文化艺术',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1042',0), +(CONCAT('1042',48),'游艺娱乐',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1042',0), +(CONCAT('1042',49),'桌游',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1042',0), +(CONCAT('1042',50),'运动健身',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1042',0), +(CONCAT('1042',51),'婚纱摄影',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1042',0), +(CONCAT('1042',52),'美容美发',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1042',0), +(CONCAT('1042',53),'学习培训',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1042',0), +(CONCAT('1042',54),'家具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1042',0), +(CONCAT('1042',55),'家饰',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1042',0), +(CONCAT('1042',56),'家纺',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1042',0), +(CONCAT('1042',57),'生活用品',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1042',0), +(CONCAT('1042',58),'厨具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1042',0), +(CONCAT('1042',59),'家用电器',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1042',0), +(CONCAT('1042',60),'数码产品',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1042',0), +(CONCAT('1042',61),'手机通信',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1042',0), +(CONCAT('1042',62),'电脑办公',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1042',0), +(CONCAT('1042',63),'影音娱乐',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1042',0); + +INSERT INTO `wx_business_43`(`id`, `title`, `parent_id`,`type`, `create_date`, `update_date`, `final_tenant_id`, `is_system`) VALUES +(CONCAT('1043',1 ),'西餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1043',0), +(CONCAT('1043',2 ),'日本料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1043',0), +(CONCAT('1043',3 ),'韩国料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1043',0), +(CONCAT('1043',4 ),'东南亚菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1043',0), +(CONCAT('1043',5 ),'自助餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1043',0), +(CONCAT('1043',6 ),'火锅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1043',0), +(CONCAT('1043',7 ),'特色菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1043',0), +(CONCAT('1043',8 ),'私房菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1043',0), +(CONCAT('1043',9 ),'素食',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1043',0), +(CONCAT('1043',10),'烧烤',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1043',0), +(CONCAT('1043',11),'小吃快餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1043',0), +(CONCAT('1043',12),'川菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1043',0), +(CONCAT('1043',13),'湘菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1043',0), +(CONCAT('1043',14),'鲁菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1043',0), +(CONCAT('1043',15),'粤菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1043',0), +(CONCAT('1043',16),'湖北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1043',0), +(CONCAT('1043',17),'云贵菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1043',0), +(CONCAT('1043',18),'东北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1043',0), +(CONCAT('1043',19),'面包店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1043',0), +(CONCAT('1043',20),'咖啡厅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1043',0), +(CONCAT('1043',21),'饮品店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1043',0), +(CONCAT('1043',22),'男装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1043',0), +(CONCAT('1043',23),'女装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1043',0), +(CONCAT('1043',24),'童装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1043',0), +(CONCAT('1043',25),'鞋帽',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1043',0), +(CONCAT('1043',26),'配饰',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1043',0), +(CONCAT('1043',27),'内衣',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1043',0), +(CONCAT('1043',28),'亲子摄影',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1043',0), +(CONCAT('1043',29),'亲子游乐',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1043',0), +(CONCAT('1043',30),'幼儿教育',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1043',0), +(CONCAT('1043',31),'孕产护理',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1043',0), +(CONCAT('1043',32),'童车童床',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1043',0), +(CONCAT('1043',33),'玩具',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1043',0), +(CONCAT('1043',34),'喂养用品',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1043',0), +(CONCAT('1043',35),'面部护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1043',0), +(CONCAT('1043',36),'香水彩妆',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1043',0), +(CONCAT('1043',37),'男士护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1043',0), +(CONCAT('1043',38),'营养保健',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1043',0), +(CONCAT('1043',39),'黄金',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1043',0), +(CONCAT('1043',40),'钻石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1043',0), +(CONCAT('1043',41),'时尚饰品',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1043',0), +(CONCAT('1043',42),'翡翠玉石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1043',0), +(CONCAT('1043',43),'钟表',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1043',0), +(CONCAT('1043',44),'KTV',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1043',0), +(CONCAT('1043',45),'轰趴馆',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1043',0), +(CONCAT('1043',46),'DIY手工',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1043',0), +(CONCAT('1043',47),'文化艺术',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1043',0), +(CONCAT('1043',48),'游艺娱乐',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1043',0), +(CONCAT('1043',49),'桌游',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1043',0), +(CONCAT('1043',50),'运动健身',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1043',0), +(CONCAT('1043',51),'婚纱摄影',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1043',0), +(CONCAT('1043',52),'美容美发',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1043',0), +(CONCAT('1043',53),'学习培训',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1043',0), +(CONCAT('1043',54),'家具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1043',0), +(CONCAT('1043',55),'家饰',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1043',0), +(CONCAT('1043',56),'家纺',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1043',0), +(CONCAT('1043',57),'生活用品',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1043',0), +(CONCAT('1043',58),'厨具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1043',0), +(CONCAT('1043',59),'家用电器',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1043',0), +(CONCAT('1043',60),'数码产品',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1043',0), +(CONCAT('1043',61),'手机通信',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1043',0), +(CONCAT('1043',62),'电脑办公',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1043',0), +(CONCAT('1043',63),'影音娱乐',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1043',0); + +INSERT INTO `wx_business_44`(`id`, `title`, `parent_id`,`type`, `create_date`, `update_date`, `final_tenant_id`, `is_system`) VALUES +(CONCAT('1044',1 ),'西餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1044',0), +(CONCAT('1044',2 ),'日本料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1044',0), +(CONCAT('1044',3 ),'韩国料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1044',0), +(CONCAT('1044',4 ),'东南亚菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1044',0), +(CONCAT('1044',5 ),'自助餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1044',0), +(CONCAT('1044',6 ),'火锅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1044',0), +(CONCAT('1044',7 ),'特色菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1044',0), +(CONCAT('1044',8 ),'私房菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1044',0), +(CONCAT('1044',9 ),'素食',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1044',0), +(CONCAT('1044',10),'烧烤',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1044',0), +(CONCAT('1044',11),'小吃快餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1044',0), +(CONCAT('1044',12),'川菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1044',0), +(CONCAT('1044',13),'湘菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1044',0), +(CONCAT('1044',14),'鲁菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1044',0), +(CONCAT('1044',15),'粤菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1044',0), +(CONCAT('1044',16),'湖北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1044',0), +(CONCAT('1044',17),'云贵菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1044',0), +(CONCAT('1044',18),'东北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1044',0), +(CONCAT('1044',19),'面包店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1044',0), +(CONCAT('1044',20),'咖啡厅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1044',0), +(CONCAT('1044',21),'饮品店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1044',0), +(CONCAT('1044',22),'男装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1044',0), +(CONCAT('1044',23),'女装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1044',0), +(CONCAT('1044',24),'童装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1044',0), +(CONCAT('1044',25),'鞋帽',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1044',0), +(CONCAT('1044',26),'配饰',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1044',0), +(CONCAT('1044',27),'内衣',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1044',0), +(CONCAT('1044',28),'亲子摄影',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1044',0), +(CONCAT('1044',29),'亲子游乐',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1044',0), +(CONCAT('1044',30),'幼儿教育',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1044',0), +(CONCAT('1044',31),'孕产护理',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1044',0), +(CONCAT('1044',32),'童车童床',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1044',0), +(CONCAT('1044',33),'玩具',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1044',0), +(CONCAT('1044',34),'喂养用品',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1044',0), +(CONCAT('1044',35),'面部护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1044',0), +(CONCAT('1044',36),'香水彩妆',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1044',0), +(CONCAT('1044',37),'男士护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1044',0), +(CONCAT('1044',38),'营养保健',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1044',0), +(CONCAT('1044',39),'黄金',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1044',0), +(CONCAT('1044',40),'钻石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1044',0), +(CONCAT('1044',41),'时尚饰品',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1044',0), +(CONCAT('1044',42),'翡翠玉石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1044',0), +(CONCAT('1044',43),'钟表',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1044',0), +(CONCAT('1044',44),'KTV',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1044',0), +(CONCAT('1044',45),'轰趴馆',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1044',0), +(CONCAT('1044',46),'DIY手工',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1044',0), +(CONCAT('1044',47),'文化艺术',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1044',0), +(CONCAT('1044',48),'游艺娱乐',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1044',0), +(CONCAT('1044',49),'桌游',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1044',0), +(CONCAT('1044',50),'运动健身',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1044',0), +(CONCAT('1044',51),'婚纱摄影',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1044',0), +(CONCAT('1044',52),'美容美发',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1044',0), +(CONCAT('1044',53),'学习培训',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1044',0), +(CONCAT('1044',54),'家具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1044',0), +(CONCAT('1044',55),'家饰',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1044',0), +(CONCAT('1044',56),'家纺',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1044',0), +(CONCAT('1044',57),'生活用品',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1044',0), +(CONCAT('1044',58),'厨具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1044',0), +(CONCAT('1044',59),'家用电器',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1044',0), +(CONCAT('1044',60),'数码产品',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1044',0), +(CONCAT('1044',61),'手机通信',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1044',0), +(CONCAT('1044',62),'电脑办公',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1044',0), +(CONCAT('1044',63),'影音娱乐',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1044',0); + +INSERT INTO `wx_business_45`(`id`, `title`, `parent_id`,`type`, `create_date`, `update_date`, `final_tenant_id`, `is_system`) VALUES +(CONCAT('1045',1 ),'西餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1045',0), +(CONCAT('1045',2 ),'日本料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1045',0), +(CONCAT('1045',3 ),'韩国料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1045',0), +(CONCAT('1045',4 ),'东南亚菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1045',0), +(CONCAT('1045',5 ),'自助餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1045',0), +(CONCAT('1045',6 ),'火锅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1045',0), +(CONCAT('1045',7 ),'特色菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1045',0), +(CONCAT('1045',8 ),'私房菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1045',0), +(CONCAT('1045',9 ),'素食',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1045',0), +(CONCAT('1045',10),'烧烤',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1045',0), +(CONCAT('1045',11),'小吃快餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1045',0), +(CONCAT('1045',12),'川菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1045',0), +(CONCAT('1045',13),'湘菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1045',0), +(CONCAT('1045',14),'鲁菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1045',0), +(CONCAT('1045',15),'粤菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1045',0), +(CONCAT('1045',16),'湖北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1045',0), +(CONCAT('1045',17),'云贵菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1045',0), +(CONCAT('1045',18),'东北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1045',0), +(CONCAT('1045',19),'面包店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1045',0), +(CONCAT('1045',20),'咖啡厅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1045',0), +(CONCAT('1045',21),'饮品店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1045',0), +(CONCAT('1045',22),'男装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1045',0), +(CONCAT('1045',23),'女装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1045',0), +(CONCAT('1045',24),'童装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1045',0), +(CONCAT('1045',25),'鞋帽',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1045',0), +(CONCAT('1045',26),'配饰',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1045',0), +(CONCAT('1045',27),'内衣',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1045',0), +(CONCAT('1045',28),'亲子摄影',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1045',0), +(CONCAT('1045',29),'亲子游乐',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1045',0), +(CONCAT('1045',30),'幼儿教育',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1045',0), +(CONCAT('1045',31),'孕产护理',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1045',0), +(CONCAT('1045',32),'童车童床',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1045',0), +(CONCAT('1045',33),'玩具',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1045',0), +(CONCAT('1045',34),'喂养用品',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1045',0), +(CONCAT('1045',35),'面部护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1045',0), +(CONCAT('1045',36),'香水彩妆',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1045',0), +(CONCAT('1045',37),'男士护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1045',0), +(CONCAT('1045',38),'营养保健',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1045',0), +(CONCAT('1045',39),'黄金',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1045',0), +(CONCAT('1045',40),'钻石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1045',0), +(CONCAT('1045',41),'时尚饰品',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1045',0), +(CONCAT('1045',42),'翡翠玉石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1045',0), +(CONCAT('1045',43),'钟表',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1045',0), +(CONCAT('1045',44),'KTV',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1045',0), +(CONCAT('1045',45),'轰趴馆',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1045',0), +(CONCAT('1045',46),'DIY手工',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1045',0), +(CONCAT('1045',47),'文化艺术',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1045',0), +(CONCAT('1045',48),'游艺娱乐',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1045',0), +(CONCAT('1045',49),'桌游',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1045',0), +(CONCAT('1045',50),'运动健身',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1045',0), +(CONCAT('1045',51),'婚纱摄影',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1045',0), +(CONCAT('1045',52),'美容美发',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1045',0), +(CONCAT('1045',53),'学习培训',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1045',0), +(CONCAT('1045',54),'家具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1045',0), +(CONCAT('1045',55),'家饰',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1045',0), +(CONCAT('1045',56),'家纺',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1045',0), +(CONCAT('1045',57),'生活用品',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1045',0), +(CONCAT('1045',58),'厨具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1045',0), +(CONCAT('1045',59),'家用电器',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1045',0), +(CONCAT('1045',60),'数码产品',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1045',0), +(CONCAT('1045',61),'手机通信',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1045',0), +(CONCAT('1045',62),'电脑办公',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1045',0), +(CONCAT('1045',63),'影音娱乐',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1045',0); + +INSERT INTO `wx_business_46`(`id`, `title`, `parent_id`,`type`, `create_date`, `update_date`, `final_tenant_id`, `is_system`) VALUES +(CONCAT('1046',1 ),'西餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1046',0), +(CONCAT('1046',2 ),'日本料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1046',0), +(CONCAT('1046',3 ),'韩国料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1046',0), +(CONCAT('1046',4 ),'东南亚菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1046',0), +(CONCAT('1046',5 ),'自助餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1046',0), +(CONCAT('1046',6 ),'火锅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1046',0), +(CONCAT('1046',7 ),'特色菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1046',0), +(CONCAT('1046',8 ),'私房菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1046',0), +(CONCAT('1046',9 ),'素食',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1046',0), +(CONCAT('1046',10),'烧烤',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1046',0), +(CONCAT('1046',11),'小吃快餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1046',0), +(CONCAT('1046',12),'川菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1046',0), +(CONCAT('1046',13),'湘菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1046',0), +(CONCAT('1046',14),'鲁菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1046',0), +(CONCAT('1046',15),'粤菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1046',0), +(CONCAT('1046',16),'湖北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1046',0), +(CONCAT('1046',17),'云贵菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1046',0), +(CONCAT('1046',18),'东北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1046',0), +(CONCAT('1046',19),'面包店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1046',0), +(CONCAT('1046',20),'咖啡厅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1046',0), +(CONCAT('1046',21),'饮品店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1046',0), +(CONCAT('1046',22),'男装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1046',0), +(CONCAT('1046',23),'女装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1046',0), +(CONCAT('1046',24),'童装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1046',0), +(CONCAT('1046',25),'鞋帽',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1046',0), +(CONCAT('1046',26),'配饰',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1046',0), +(CONCAT('1046',27),'内衣',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1046',0), +(CONCAT('1046',28),'亲子摄影',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1046',0), +(CONCAT('1046',29),'亲子游乐',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1046',0), +(CONCAT('1046',30),'幼儿教育',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1046',0), +(CONCAT('1046',31),'孕产护理',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1046',0), +(CONCAT('1046',32),'童车童床',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1046',0), +(CONCAT('1046',33),'玩具',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1046',0), +(CONCAT('1046',34),'喂养用品',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1046',0), +(CONCAT('1046',35),'面部护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1046',0), +(CONCAT('1046',36),'香水彩妆',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1046',0), +(CONCAT('1046',37),'男士护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1046',0), +(CONCAT('1046',38),'营养保健',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1046',0), +(CONCAT('1046',39),'黄金',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1046',0), +(CONCAT('1046',40),'钻石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1046',0), +(CONCAT('1046',41),'时尚饰品',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1046',0), +(CONCAT('1046',42),'翡翠玉石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1046',0), +(CONCAT('1046',43),'钟表',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1046',0), +(CONCAT('1046',44),'KTV',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1046',0), +(CONCAT('1046',45),'轰趴馆',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1046',0), +(CONCAT('1046',46),'DIY手工',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1046',0), +(CONCAT('1046',47),'文化艺术',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1046',0), +(CONCAT('1046',48),'游艺娱乐',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1046',0), +(CONCAT('1046',49),'桌游',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1046',0), +(CONCAT('1046',50),'运动健身',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1046',0), +(CONCAT('1046',51),'婚纱摄影',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1046',0), +(CONCAT('1046',52),'美容美发',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1046',0), +(CONCAT('1046',53),'学习培训',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1046',0), +(CONCAT('1046',54),'家具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1046',0), +(CONCAT('1046',55),'家饰',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1046',0), +(CONCAT('1046',56),'家纺',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1046',0), +(CONCAT('1046',57),'生活用品',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1046',0), +(CONCAT('1046',58),'厨具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1046',0), +(CONCAT('1046',59),'家用电器',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1046',0), +(CONCAT('1046',60),'数码产品',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1046',0), +(CONCAT('1046',61),'手机通信',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1046',0), +(CONCAT('1046',62),'电脑办公',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1046',0), +(CONCAT('1046',63),'影音娱乐',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1046',0); + +INSERT INTO `wx_business_50`(`id`, `title`, `parent_id`,`type`, `create_date`, `update_date`, `final_tenant_id`, `is_system`) VALUES +(CONCAT('1050',1 ),'西餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1050',0), +(CONCAT('1050',2 ),'日本料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1050',0), +(CONCAT('1050',3 ),'韩国料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1050',0), +(CONCAT('1050',4 ),'东南亚菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1050',0), +(CONCAT('1050',5 ),'自助餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1050',0), +(CONCAT('1050',6 ),'火锅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1050',0), +(CONCAT('1050',7 ),'特色菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1050',0), +(CONCAT('1050',8 ),'私房菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1050',0), +(CONCAT('1050',9 ),'素食',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1050',0), +(CONCAT('1050',10),'烧烤',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1050',0), +(CONCAT('1050',11),'小吃快餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1050',0), +(CONCAT('1050',12),'川菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1050',0), +(CONCAT('1050',13),'湘菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1050',0), +(CONCAT('1050',14),'鲁菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1050',0), +(CONCAT('1050',15),'粤菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1050',0), +(CONCAT('1050',16),'湖北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1050',0), +(CONCAT('1050',17),'云贵菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1050',0), +(CONCAT('1050',18),'东北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1050',0), +(CONCAT('1050',19),'面包店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1050',0), +(CONCAT('1050',20),'咖啡厅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1050',0), +(CONCAT('1050',21),'饮品店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1050',0), +(CONCAT('1050',22),'男装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1050',0), +(CONCAT('1050',23),'女装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1050',0), +(CONCAT('1050',24),'童装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1050',0), +(CONCAT('1050',25),'鞋帽',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1050',0), +(CONCAT('1050',26),'配饰',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1050',0), +(CONCAT('1050',27),'内衣',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1050',0), +(CONCAT('1050',28),'亲子摄影',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1050',0), +(CONCAT('1050',29),'亲子游乐',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1050',0), +(CONCAT('1050',30),'幼儿教育',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1050',0), +(CONCAT('1050',31),'孕产护理',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1050',0), +(CONCAT('1050',32),'童车童床',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1050',0), +(CONCAT('1050',33),'玩具',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1050',0), +(CONCAT('1050',34),'喂养用品',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1050',0), +(CONCAT('1050',35),'面部护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1050',0), +(CONCAT('1050',36),'香水彩妆',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1050',0), +(CONCAT('1050',37),'男士护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1050',0), +(CONCAT('1050',38),'营养保健',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1050',0), +(CONCAT('1050',39),'黄金',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1050',0), +(CONCAT('1050',40),'钻石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1050',0), +(CONCAT('1050',41),'时尚饰品',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1050',0), +(CONCAT('1050',42),'翡翠玉石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1050',0), +(CONCAT('1050',43),'钟表',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1050',0), +(CONCAT('1050',44),'KTV',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1050',0), +(CONCAT('1050',45),'轰趴馆',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1050',0), +(CONCAT('1050',46),'DIY手工',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1050',0), +(CONCAT('1050',47),'文化艺术',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1050',0), +(CONCAT('1050',48),'游艺娱乐',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1050',0), +(CONCAT('1050',49),'桌游',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1050',0), +(CONCAT('1050',50),'运动健身',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1050',0), +(CONCAT('1050',51),'婚纱摄影',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1050',0), +(CONCAT('1050',52),'美容美发',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1050',0), +(CONCAT('1050',53),'学习培训',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1050',0), +(CONCAT('1050',54),'家具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1050',0), +(CONCAT('1050',55),'家饰',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1050',0), +(CONCAT('1050',56),'家纺',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1050',0), +(CONCAT('1050',57),'生活用品',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1050',0), +(CONCAT('1050',58),'厨具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1050',0), +(CONCAT('1050',59),'家用电器',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1050',0), +(CONCAT('1050',60),'数码产品',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1050',0), +(CONCAT('1050',61),'手机通信',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1050',0), +(CONCAT('1050',62),'电脑办公',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1050',0), +(CONCAT('1050',63),'影音娱乐',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1050',0); + +INSERT INTO `wx_business_62`(`id`, `title`, `parent_id`,`type`, `create_date`, `update_date`, `final_tenant_id`, `is_system`) VALUES +(CONCAT('1062',1 ),'西餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1062',0), +(CONCAT('1062',2 ),'日本料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1062',0), +(CONCAT('1062',3 ),'韩国料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1062',0), +(CONCAT('1062',4 ),'东南亚菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1062',0), +(CONCAT('1062',5 ),'自助餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1062',0), +(CONCAT('1062',6 ),'火锅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1062',0), +(CONCAT('1062',7 ),'特色菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1062',0), +(CONCAT('1062',8 ),'私房菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1062',0), +(CONCAT('1062',9 ),'素食',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1062',0), +(CONCAT('1062',10),'烧烤',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1062',0), +(CONCAT('1062',11),'小吃快餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1062',0), +(CONCAT('1062',12),'川菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1062',0), +(CONCAT('1062',13),'湘菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1062',0), +(CONCAT('1062',14),'鲁菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1062',0), +(CONCAT('1062',15),'粤菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1062',0), +(CONCAT('1062',16),'湖北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1062',0), +(CONCAT('1062',17),'云贵菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1062',0), +(CONCAT('1062',18),'东北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1062',0), +(CONCAT('1062',19),'面包店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1062',0), +(CONCAT('1062',20),'咖啡厅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1062',0), +(CONCAT('1062',21),'饮品店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1062',0), +(CONCAT('1062',22),'男装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1062',0), +(CONCAT('1062',23),'女装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1062',0), +(CONCAT('1062',24),'童装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1062',0), +(CONCAT('1062',25),'鞋帽',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1062',0), +(CONCAT('1062',26),'配饰',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1062',0), +(CONCAT('1062',27),'内衣',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1062',0), +(CONCAT('1062',28),'亲子摄影',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1062',0), +(CONCAT('1062',29),'亲子游乐',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1062',0), +(CONCAT('1062',30),'幼儿教育',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1062',0), +(CONCAT('1062',31),'孕产护理',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1062',0), +(CONCAT('1062',32),'童车童床',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1062',0), +(CONCAT('1062',33),'玩具',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1062',0), +(CONCAT('1062',34),'喂养用品',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1062',0), +(CONCAT('1062',35),'面部护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1062',0), +(CONCAT('1062',36),'香水彩妆',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1062',0), +(CONCAT('1062',37),'男士护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1062',0), +(CONCAT('1062',38),'营养保健',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1062',0), +(CONCAT('1062',39),'黄金',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1062',0), +(CONCAT('1062',40),'钻石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1062',0), +(CONCAT('1062',41),'时尚饰品',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1062',0), +(CONCAT('1062',42),'翡翠玉石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1062',0), +(CONCAT('1062',43),'钟表',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1062',0), +(CONCAT('1062',44),'KTV',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1062',0), +(CONCAT('1062',45),'轰趴馆',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1062',0), +(CONCAT('1062',46),'DIY手工',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1062',0), +(CONCAT('1062',47),'文化艺术',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1062',0), +(CONCAT('1062',48),'游艺娱乐',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1062',0), +(CONCAT('1062',49),'桌游',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1062',0), +(CONCAT('1062',50),'运动健身',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1062',0), +(CONCAT('1062',51),'婚纱摄影',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1062',0), +(CONCAT('1062',52),'美容美发',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1062',0), +(CONCAT('1062',53),'学习培训',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1062',0), +(CONCAT('1062',54),'家具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1062',0), +(CONCAT('1062',55),'家饰',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1062',0), +(CONCAT('1062',56),'家纺',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1062',0), +(CONCAT('1062',57),'生活用品',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1062',0), +(CONCAT('1062',58),'厨具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1062',0), +(CONCAT('1062',59),'家用电器',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1062',0), +(CONCAT('1062',60),'数码产品',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1062',0), +(CONCAT('1062',61),'手机通信',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1062',0), +(CONCAT('1062',62),'电脑办公',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1062',0), +(CONCAT('1062',63),'影音娱乐',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1062',0); + +INSERT INTO `wx_business_63`(`id`, `title`, `parent_id`,`type`, `create_date`, `update_date`, `final_tenant_id`, `is_system`) VALUES +(CONCAT('1063',1 ),'西餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1063',0), +(CONCAT('1063',2 ),'日本料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1063',0), +(CONCAT('1063',3 ),'韩国料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1063',0), +(CONCAT('1063',4 ),'东南亚菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1063',0), +(CONCAT('1063',5 ),'自助餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1063',0), +(CONCAT('1063',6 ),'火锅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1063',0), +(CONCAT('1063',7 ),'特色菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1063',0), +(CONCAT('1063',8 ),'私房菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1063',0), +(CONCAT('1063',9 ),'素食',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1063',0), +(CONCAT('1063',10),'烧烤',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1063',0), +(CONCAT('1063',11),'小吃快餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1063',0), +(CONCAT('1063',12),'川菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1063',0), +(CONCAT('1063',13),'湘菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1063',0), +(CONCAT('1063',14),'鲁菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1063',0), +(CONCAT('1063',15),'粤菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1063',0), +(CONCAT('1063',16),'湖北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1063',0), +(CONCAT('1063',17),'云贵菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1063',0), +(CONCAT('1063',18),'东北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1063',0), +(CONCAT('1063',19),'面包店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1063',0), +(CONCAT('1063',20),'咖啡厅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1063',0), +(CONCAT('1063',21),'饮品店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1063',0), +(CONCAT('1063',22),'男装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1063',0), +(CONCAT('1063',23),'女装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1063',0), +(CONCAT('1063',24),'童装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1063',0), +(CONCAT('1063',25),'鞋帽',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1063',0), +(CONCAT('1063',26),'配饰',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1063',0), +(CONCAT('1063',27),'内衣',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1063',0), +(CONCAT('1063',28),'亲子摄影',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1063',0), +(CONCAT('1063',29),'亲子游乐',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1063',0), +(CONCAT('1063',30),'幼儿教育',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1063',0), +(CONCAT('1063',31),'孕产护理',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1063',0), +(CONCAT('1063',32),'童车童床',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1063',0), +(CONCAT('1063',33),'玩具',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1063',0), +(CONCAT('1063',34),'喂养用品',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1063',0), +(CONCAT('1063',35),'面部护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1063',0), +(CONCAT('1063',36),'香水彩妆',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1063',0), +(CONCAT('1063',37),'男士护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1063',0), +(CONCAT('1063',38),'营养保健',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1063',0), +(CONCAT('1063',39),'黄金',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1063',0), +(CONCAT('1063',40),'钻石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1063',0), +(CONCAT('1063',41),'时尚饰品',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1063',0), +(CONCAT('1063',42),'翡翠玉石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1063',0), +(CONCAT('1063',43),'钟表',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1063',0), +(CONCAT('1063',44),'KTV',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1063',0), +(CONCAT('1063',45),'轰趴馆',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1063',0), +(CONCAT('1063',46),'DIY手工',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1063',0), +(CONCAT('1063',47),'文化艺术',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1063',0), +(CONCAT('1063',48),'游艺娱乐',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1063',0), +(CONCAT('1063',49),'桌游',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1063',0), +(CONCAT('1063',50),'运动健身',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1063',0), +(CONCAT('1063',51),'婚纱摄影',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1063',0), +(CONCAT('1063',52),'美容美发',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1063',0), +(CONCAT('1063',53),'学习培训',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1063',0), +(CONCAT('1063',54),'家具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1063',0), +(CONCAT('1063',55),'家饰',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1063',0), +(CONCAT('1063',56),'家纺',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1063',0), +(CONCAT('1063',57),'生活用品',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1063',0), +(CONCAT('1063',58),'厨具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1063',0), +(CONCAT('1063',59),'家用电器',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1063',0), +(CONCAT('1063',60),'数码产品',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1063',0), +(CONCAT('1063',61),'手机通信',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1063',0), +(CONCAT('1063',62),'电脑办公',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1063',0), +(CONCAT('1063',63),'影音娱乐',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1063',0); + +INSERT INTO `wx_business_28`(`id`, `title`, `parent_id`,`type`, `create_date`, `update_date`, `final_tenant_id`, `is_system`) VALUES +(CONCAT('1028',1 ),'西餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1028',0), +(CONCAT('1028',2 ),'日本料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1028',0), +(CONCAT('1028',3 ),'韩国料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1028',0), +(CONCAT('1028',4 ),'东南亚菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1028',0), +(CONCAT('1028',5 ),'自助餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1028',0), +(CONCAT('1028',6 ),'火锅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1028',0), +(CONCAT('1028',7 ),'特色菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1028',0), +(CONCAT('1028',8 ),'私房菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1028',0), +(CONCAT('1028',9 ),'素食',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1028',0), +(CONCAT('1028',10),'烧烤',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1028',0), +(CONCAT('1028',11),'小吃快餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1028',0), +(CONCAT('1028',12),'川菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1028',0), +(CONCAT('1028',13),'湘菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1028',0), +(CONCAT('1028',14),'鲁菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1028',0), +(CONCAT('1028',15),'粤菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1028',0), +(CONCAT('1028',16),'湖北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1028',0), +(CONCAT('1028',17),'云贵菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1028',0), +(CONCAT('1028',18),'东北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1028',0), +(CONCAT('1028',19),'面包店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1028',0), +(CONCAT('1028',20),'咖啡厅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1028',0), +(CONCAT('1028',21),'饮品店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1028',0), +(CONCAT('1028',22),'男装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1028',0), +(CONCAT('1028',23),'女装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1028',0), +(CONCAT('1028',24),'童装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1028',0), +(CONCAT('1028',25),'鞋帽',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1028',0), +(CONCAT('1028',26),'配饰',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1028',0), +(CONCAT('1028',27),'内衣',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1028',0), +(CONCAT('1028',28),'亲子摄影',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1028',0), +(CONCAT('1028',29),'亲子游乐',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1028',0), +(CONCAT('1028',30),'幼儿教育',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1028',0), +(CONCAT('1028',31),'孕产护理',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1028',0), +(CONCAT('1028',32),'童车童床',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1028',0), +(CONCAT('1028',33),'玩具',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1028',0), +(CONCAT('1028',34),'喂养用品',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1028',0), +(CONCAT('1028',35),'面部护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1028',0), +(CONCAT('1028',36),'香水彩妆',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1028',0), +(CONCAT('1028',37),'男士护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1028',0), +(CONCAT('1028',38),'营养保健',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1028',0), +(CONCAT('1028',39),'黄金',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1028',0), +(CONCAT('1028',40),'钻石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1028',0), +(CONCAT('1028',41),'时尚饰品',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1028',0), +(CONCAT('1028',42),'翡翠玉石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1028',0), +(CONCAT('1028',43),'钟表',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1028',0), +(CONCAT('1028',44),'KTV',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1028',0), +(CONCAT('1028',45),'轰趴馆',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1028',0), +(CONCAT('1028',46),'DIY手工',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1028',0), +(CONCAT('1028',47),'文化艺术',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1028',0), +(CONCAT('1028',48),'游艺娱乐',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1028',0), +(CONCAT('1028',49),'桌游',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1028',0), +(CONCAT('1028',50),'运动健身',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1028',0), +(CONCAT('1028',51),'婚纱摄影',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1028',0), +(CONCAT('1028',52),'美容美发',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1028',0), +(CONCAT('1028',53),'学习培训',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1028',0), +(CONCAT('1028',54),'家具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1028',0), +(CONCAT('1028',55),'家饰',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1028',0), +(CONCAT('1028',56),'家纺',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1028',0), +(CONCAT('1028',57),'生活用品',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1028',0), +(CONCAT('1028',58),'厨具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1028',0), +(CONCAT('1028',59),'家用电器',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1028',0), +(CONCAT('1028',60),'数码产品',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1028',0), +(CONCAT('1028',61),'手机通信',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1028',0), +(CONCAT('1028',62),'电脑办公',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1028',0), +(CONCAT('1028',63),'影音娱乐',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1028',0); + +INSERT INTO `wx_business_25`(`id`, `title`, `parent_id`,`type`, `create_date`, `update_date`, `final_tenant_id`, `is_system`) VALUES +(CONCAT('1025',1 ),'西餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1025',0), +(CONCAT('1025',2 ),'日本料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1025',0), +(CONCAT('1025',3 ),'韩国料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1025',0), +(CONCAT('1025',4 ),'东南亚菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1025',0), +(CONCAT('1025',5 ),'自助餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1025',0), +(CONCAT('1025',6 ),'火锅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1025',0), +(CONCAT('1025',7 ),'特色菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1025',0), +(CONCAT('1025',8 ),'私房菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1025',0), +(CONCAT('1025',9 ),'素食',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1025',0), +(CONCAT('1025',10),'烧烤',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1025',0), +(CONCAT('1025',11),'小吃快餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1025',0), +(CONCAT('1025',12),'川菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1025',0), +(CONCAT('1025',13),'湘菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1025',0), +(CONCAT('1025',14),'鲁菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1025',0), +(CONCAT('1025',15),'粤菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1025',0), +(CONCAT('1025',16),'湖北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1025',0), +(CONCAT('1025',17),'云贵菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1025',0), +(CONCAT('1025',18),'东北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1025',0), +(CONCAT('1025',19),'面包店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1025',0), +(CONCAT('1025',20),'咖啡厅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1025',0), +(CONCAT('1025',21),'饮品店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1025',0), +(CONCAT('1025',22),'男装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1025',0), +(CONCAT('1025',23),'女装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1025',0), +(CONCAT('1025',24),'童装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1025',0), +(CONCAT('1025',25),'鞋帽',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1025',0), +(CONCAT('1025',26),'配饰',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1025',0), +(CONCAT('1025',27),'内衣',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1025',0), +(CONCAT('1025',28),'亲子摄影',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1025',0), +(CONCAT('1025',29),'亲子游乐',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1025',0), +(CONCAT('1025',30),'幼儿教育',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1025',0), +(CONCAT('1025',31),'孕产护理',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1025',0), +(CONCAT('1025',32),'童车童床',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1025',0), +(CONCAT('1025',33),'玩具',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1025',0), +(CONCAT('1025',34),'喂养用品',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1025',0), +(CONCAT('1025',35),'面部护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1025',0), +(CONCAT('1025',36),'香水彩妆',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1025',0), +(CONCAT('1025',37),'男士护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1025',0), +(CONCAT('1025',38),'营养保健',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1025',0), +(CONCAT('1025',39),'黄金',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1025',0), +(CONCAT('1025',40),'钻石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1025',0), +(CONCAT('1025',41),'时尚饰品',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1025',0), +(CONCAT('1025',42),'翡翠玉石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1025',0), +(CONCAT('1025',43),'钟表',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1025',0), +(CONCAT('1025',44),'KTV',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1025',0), +(CONCAT('1025',45),'轰趴馆',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1025',0), +(CONCAT('1025',46),'DIY手工',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1025',0), +(CONCAT('1025',47),'文化艺术',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1025',0), +(CONCAT('1025',48),'游艺娱乐',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1025',0), +(CONCAT('1025',49),'桌游',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1025',0), +(CONCAT('1025',50),'运动健身',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1025',0), +(CONCAT('1025',51),'婚纱摄影',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1025',0), +(CONCAT('1025',52),'美容美发',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1025',0), +(CONCAT('1025',53),'学习培训',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1025',0), +(CONCAT('1025',54),'家具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1025',0), +(CONCAT('1025',55),'家饰',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1025',0), +(CONCAT('1025',56),'家纺',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1025',0), +(CONCAT('1025',57),'生活用品',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1025',0), +(CONCAT('1025',58),'厨具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1025',0), +(CONCAT('1025',59),'家用电器',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1025',0), +(CONCAT('1025',60),'数码产品',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1025',0), +(CONCAT('1025',61),'手机通信',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1025',0), +(CONCAT('1025',62),'电脑办公',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1025',0), +(CONCAT('1025',63),'影音娱乐',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1025',0); + +INSERT INTO `wx_business_37`(`id`, `title`, `parent_id`,`type`, `create_date`, `update_date`, `final_tenant_id`, `is_system`) VALUES +(CONCAT('1037',1 ),'西餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1037',0), +(CONCAT('1037',2 ),'日本料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1037',0), +(CONCAT('1037',3 ),'韩国料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1037',0), +(CONCAT('1037',4 ),'东南亚菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1037',0), +(CONCAT('1037',5 ),'自助餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1037',0), +(CONCAT('1037',6 ),'火锅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1037',0), +(CONCAT('1037',7 ),'特色菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1037',0), +(CONCAT('1037',8 ),'私房菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1037',0), +(CONCAT('1037',9 ),'素食',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1037',0), +(CONCAT('1037',10),'烧烤',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1037',0), +(CONCAT('1037',11),'小吃快餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1037',0), +(CONCAT('1037',12),'川菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1037',0), +(CONCAT('1037',13),'湘菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1037',0), +(CONCAT('1037',14),'鲁菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1037',0), +(CONCAT('1037',15),'粤菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1037',0), +(CONCAT('1037',16),'湖北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1037',0), +(CONCAT('1037',17),'云贵菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1037',0), +(CONCAT('1037',18),'东北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1037',0), +(CONCAT('1037',19),'面包店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1037',0), +(CONCAT('1037',20),'咖啡厅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1037',0), +(CONCAT('1037',21),'饮品店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1037',0), +(CONCAT('1037',22),'男装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1037',0), +(CONCAT('1037',23),'女装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1037',0), +(CONCAT('1037',24),'童装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1037',0), +(CONCAT('1037',25),'鞋帽',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1037',0), +(CONCAT('1037',26),'配饰',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1037',0), +(CONCAT('1037',27),'内衣',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1037',0), +(CONCAT('1037',28),'亲子摄影',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1037',0), +(CONCAT('1037',29),'亲子游乐',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1037',0), +(CONCAT('1037',30),'幼儿教育',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1037',0), +(CONCAT('1037',31),'孕产护理',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1037',0), +(CONCAT('1037',32),'童车童床',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1037',0), +(CONCAT('1037',33),'玩具',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1037',0), +(CONCAT('1037',34),'喂养用品',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1037',0), +(CONCAT('1037',35),'面部护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1037',0), +(CONCAT('1037',36),'香水彩妆',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1037',0), +(CONCAT('1037',37),'男士护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1037',0), +(CONCAT('1037',38),'营养保健',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1037',0), +(CONCAT('1037',39),'黄金',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1037',0), +(CONCAT('1037',40),'钻石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1037',0), +(CONCAT('1037',41),'时尚饰品',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1037',0), +(CONCAT('1037',42),'翡翠玉石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1037',0), +(CONCAT('1037',43),'钟表',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1037',0), +(CONCAT('1037',44),'KTV',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1037',0), +(CONCAT('1037',45),'轰趴馆',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1037',0), +(CONCAT('1037',46),'DIY手工',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1037',0), +(CONCAT('1037',47),'文化艺术',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1037',0), +(CONCAT('1037',48),'游艺娱乐',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1037',0), +(CONCAT('1037',49),'桌游',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1037',0), +(CONCAT('1037',50),'运动健身',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1037',0), +(CONCAT('1037',51),'婚纱摄影',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1037',0), +(CONCAT('1037',52),'美容美发',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1037',0), +(CONCAT('1037',53),'学习培训',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1037',0), +(CONCAT('1037',54),'家具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1037',0), +(CONCAT('1037',55),'家饰',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1037',0), +(CONCAT('1037',56),'家纺',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1037',0), +(CONCAT('1037',57),'生活用品',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1037',0), +(CONCAT('1037',58),'厨具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1037',0), +(CONCAT('1037',59),'家用电器',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1037',0), +(CONCAT('1037',60),'数码产品',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1037',0), +(CONCAT('1037',61),'手机通信',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1037',0), +(CONCAT('1037',62),'电脑办公',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1037',0), +(CONCAT('1037',63),'影音娱乐',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1037',0); + +INSERT INTO `wx_business_48`(`id`, `title`, `parent_id`,`type`, `create_date`, `update_date`, `final_tenant_id`, `is_system`) VALUES +(CONCAT('1048',1 ),'西餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1048',0), +(CONCAT('1048',2 ),'日本料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1048',0), +(CONCAT('1048',3 ),'韩国料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1048',0), +(CONCAT('1048',4 ),'东南亚菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1048',0), +(CONCAT('1048',5 ),'自助餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1048',0), +(CONCAT('1048',6 ),'火锅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1048',0), +(CONCAT('1048',7 ),'特色菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1048',0), +(CONCAT('1048',8 ),'私房菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1048',0), +(CONCAT('1048',9 ),'素食',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1048',0), +(CONCAT('1048',10),'烧烤',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1048',0), +(CONCAT('1048',11),'小吃快餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1048',0), +(CONCAT('1048',12),'川菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1048',0), +(CONCAT('1048',13),'湘菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1048',0), +(CONCAT('1048',14),'鲁菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1048',0), +(CONCAT('1048',15),'粤菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1048',0), +(CONCAT('1048',16),'湖北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1048',0), +(CONCAT('1048',17),'云贵菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1048',0), +(CONCAT('1048',18),'东北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1048',0), +(CONCAT('1048',19),'面包店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1048',0), +(CONCAT('1048',20),'咖啡厅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1048',0), +(CONCAT('1048',21),'饮品店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1048',0), +(CONCAT('1048',22),'男装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1048',0), +(CONCAT('1048',23),'女装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1048',0), +(CONCAT('1048',24),'童装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1048',0), +(CONCAT('1048',25),'鞋帽',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1048',0), +(CONCAT('1048',26),'配饰',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1048',0), +(CONCAT('1048',27),'内衣',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1048',0), +(CONCAT('1048',28),'亲子摄影',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1048',0), +(CONCAT('1048',29),'亲子游乐',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1048',0), +(CONCAT('1048',30),'幼儿教育',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1048',0), +(CONCAT('1048',31),'孕产护理',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1048',0), +(CONCAT('1048',32),'童车童床',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1048',0), +(CONCAT('1048',33),'玩具',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1048',0), +(CONCAT('1048',34),'喂养用品',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1048',0), +(CONCAT('1048',35),'面部护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1048',0), +(CONCAT('1048',36),'香水彩妆',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1048',0), +(CONCAT('1048',37),'男士护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1048',0), +(CONCAT('1048',38),'营养保健',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1048',0), +(CONCAT('1048',39),'黄金',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1048',0), +(CONCAT('1048',40),'钻石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1048',0), +(CONCAT('1048',41),'时尚饰品',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1048',0), +(CONCAT('1048',42),'翡翠玉石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1048',0), +(CONCAT('1048',43),'钟表',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1048',0), +(CONCAT('1048',44),'KTV',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1048',0), +(CONCAT('1048',45),'轰趴馆',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1048',0), +(CONCAT('1048',46),'DIY手工',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1048',0), +(CONCAT('1048',47),'文化艺术',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1048',0), +(CONCAT('1048',48),'游艺娱乐',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1048',0), +(CONCAT('1048',49),'桌游',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1048',0), +(CONCAT('1048',50),'运动健身',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1048',0), +(CONCAT('1048',51),'婚纱摄影',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1048',0), +(CONCAT('1048',52),'美容美发',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1048',0), +(CONCAT('1048',53),'学习培训',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1048',0), +(CONCAT('1048',54),'家具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1048',0), +(CONCAT('1048',55),'家饰',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1048',0), +(CONCAT('1048',56),'家纺',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1048',0), +(CONCAT('1048',57),'生活用品',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1048',0), +(CONCAT('1048',58),'厨具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1048',0), +(CONCAT('1048',59),'家用电器',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1048',0), +(CONCAT('1048',60),'数码产品',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1048',0), +(CONCAT('1048',61),'手机通信',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1048',0), +(CONCAT('1048',62),'电脑办公',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1048',0), +(CONCAT('1048',63),'影音娱乐',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1048',0); + +INSERT INTO `wx_business_52`(`id`, `title`, `parent_id`,`type`, `create_date`, `update_date`, `final_tenant_id`, `is_system`) VALUES +(CONCAT('1052',1 ),'西餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1052',0), +(CONCAT('1052',2 ),'日本料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1052',0), +(CONCAT('1052',3 ),'韩国料理',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1052',0), +(CONCAT('1052',4 ),'东南亚菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1052',0), +(CONCAT('1052',5 ),'自助餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1052',0), +(CONCAT('1052',6 ),'火锅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1052',0), +(CONCAT('1052',7 ),'特色菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1052',0), +(CONCAT('1052',8 ),'私房菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1052',0), +(CONCAT('1052',9 ),'素食',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1052',0), +(CONCAT('1052',10),'烧烤',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1052',0), +(CONCAT('1052',11),'小吃快餐',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1052',0), +(CONCAT('1052',12),'川菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1052',0), +(CONCAT('1052',13),'湘菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1052',0), +(CONCAT('1052',14),'鲁菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1052',0), +(CONCAT('1052',15),'粤菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1052',0), +(CONCAT('1052',16),'湖北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1052',0), +(CONCAT('1052',17),'云贵菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1052',0), +(CONCAT('1052',18),'东北菜',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1052',0), +(CONCAT('1052',19),'面包店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1052',0), +(CONCAT('1052',20),'咖啡厅',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1052',0), +(CONCAT('1052',21),'饮品店',1,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1052',0), +(CONCAT('1052',22),'男装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1052',0), +(CONCAT('1052',23),'女装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1052',0), +(CONCAT('1052',24),'童装',3,1,'2019-04-09 17:09:07','2019-04-09 17:09:07','1052',0), +(CONCAT('1052',25),'鞋帽',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1052',0), +(CONCAT('1052',26),'配饰',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1052',0), +(CONCAT('1052',27),'内衣',3,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1052',0), +(CONCAT('1052',28),'亲子摄影',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1052',0), +(CONCAT('1052',29),'亲子游乐',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1052',0), +(CONCAT('1052',30),'幼儿教育',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1052',0), +(CONCAT('1052',31),'孕产护理',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1052',0), +(CONCAT('1052',32),'童车童床',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1052',0), +(CONCAT('1052',33),'玩具',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1052',0), +(CONCAT('1052',34),'喂养用品',4,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1052',0), +(CONCAT('1052',35),'面部护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1052',0), +(CONCAT('1052',36),'香水彩妆',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1052',0), +(CONCAT('1052',37),'男士护肤',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1052',0), +(CONCAT('1052',38),'营养保健',7,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1052',0), +(CONCAT('1052',39),'黄金',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1052',0), +(CONCAT('1052',40),'钻石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1052',0), +(CONCAT('1052',41),'时尚饰品',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1052',0), +(CONCAT('1052',42),'翡翠玉石',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1052',0), +(CONCAT('1052',43),'钟表',8,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1052',0), +(CONCAT('1052',44),'KTV',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1052',0), +(CONCAT('1052',45),'轰趴馆',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1052',0), +(CONCAT('1052',46),'DIY手工',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1052',0), +(CONCAT('1052',47),'文化艺术',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1052',0), +(CONCAT('1052',48),'游艺娱乐',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1052',0), +(CONCAT('1052',49),'桌游',2,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1052',0), +(CONCAT('1052',50),'运动健身',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1052',0), +(CONCAT('1052',51),'婚纱摄影',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1052',0), +(CONCAT('1052',52),'美容美发',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1052',0), +(CONCAT('1052',53),'学习培训',9,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1052',0), +(CONCAT('1052',54),'家具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1052',0), +(CONCAT('1052',55),'家饰',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1052',0), +(CONCAT('1052',56),'家纺',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1052',0), +(CONCAT('1052',57),'生活用品',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1052',0), +(CONCAT('1052',58),'厨具',10,1,'2019-04-09 17:09:08','2019-04-09 17:09:08','1052',0), +(CONCAT('1052',59),'家用电器',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1052',0), +(CONCAT('1052',60),'数码产品',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1052',0), +(CONCAT('1052',61),'手机通信',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1052',0), +(CONCAT('1052',62),'电脑办公',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1052',0), +(CONCAT('1052',63),'影音娱乐',11,1,'2019-08-08 22:11:35','2019-08-08 22:11:35','1052',0); + + + +update wx_merchant set sub_business_id=concat(tenant_id,sub_business_id) where sub_business_id is not null and tenant_id in ('789','1003','1009','1010','1012','1013','1019','1024','1029','1030','1031', +'1038','1039','1040','1042','1043','1044','1045','1046','1050','1062','1063'); + +update wx_merchant set sub_business_id=concat('1028',sub_business_id) where sub_business_id is not null and tenant_id in ('1008','1020'); +update wx_merchant set sub_business_id=concat('1025',sub_business_id) where sub_business_id is not null and tenant_id in ('1026','1027'); +update wx_merchant set sub_business_id=concat('1037',sub_business_id) where sub_business_id is not null and tenant_id in ('1036','1051'); +update wx_merchant set sub_business_id=concat('1048',sub_business_id) where sub_business_id is not null and tenant_id in ('1047'); +update wx_merchant set sub_business_id=concat('1052',sub_business_id) where sub_business_id is not null and tenant_id in ('1049','1053','1054','1055','1056','1057','1058','1059'); + + drop table wx_business; #初始化数据加入id=constatn.default_business的记录 diff --git a/mallinkService/src/main/java/com/iformall/domain/po/WxBusiness.java b/mallinkService/src/main/java/com/iformall/domain/po/WxBusiness.java index b828c6dbb..a6d4271e4 100644 --- a/mallinkService/src/main/java/com/iformall/domain/po/WxBusiness.java +++ b/mallinkService/src/main/java/com/iformall/domain/po/WxBusiness.java @@ -27,6 +27,10 @@ public class WxBusiness extends TenantEntityWithoutFinalTenantId { private Date updateDate; @io.swagger.annotations.ApiModelProperty(value="是否内置EnumYesOrNo",name="isSystem") private Integer isSystem; + @io.swagger.annotations.ApiModelProperty(value="父编码",name="parentId") + private Integer parentId; + @io.swagger.annotations.ApiModelProperty(value="是否删除EnumYesOrNo",name="isDel") + private Integer isDel; @TableField(exist = false) diff --git a/mallinkService/src/main/java/com/iformall/domain/po/WxMerchant.java b/mallinkService/src/main/java/com/iformall/domain/po/WxMerchant.java index f522fe2b1..d4b3cebd1 100644 --- a/mallinkService/src/main/java/com/iformall/domain/po/WxMerchant.java +++ b/mallinkService/src/main/java/com/iformall/domain/po/WxMerchant.java @@ -222,9 +222,9 @@ public class WxMerchant extends TenantEntity { // return EnumBusiness.getEnumMessage(businessId); // } - public String getSubBusinessName() { - return EnumSubBusiness.getEnumMessage(subBusinessId); - } +// public String getSubBusinessName() { +// return EnumSubBusiness.getEnumMessage(subBusinessId); +// } @TableField(exist = false) @io.swagger.annotations.ApiModelProperty(value="单价",name="price") diff --git a/mallinkService/src/main/java/com/iformall/domain/po/WxSubBusiness.java b/mallinkService/src/main/java/com/iformall/domain/po/WxSubBusiness.java deleted file mode 100644 index f94dafef8..000000000 --- a/mallinkService/src/main/java/com/iformall/domain/po/WxSubBusiness.java +++ /dev/null @@ -1,35 +0,0 @@ -package com.iformall.domain.po; - -import com.baomidou.mybatisplus.annotation.TableName; -import com.iformall.domain.po.base.BaseEntity; -import lombok.Data; -import lombok.EqualsAndHashCode; - -import java.util.Date; - -@TableName(value = "wx_sub_business") -@Data -@EqualsAndHashCode(callSuper = true) -public class WxSubBusiness extends BaseEntity { - private static final long serialVersionUID = 1L; - - protected Integer id; - - - @io.swagger.annotations.ApiModelProperty(value="子业态名",name="title") - private String title; - - @io.swagger.annotations.ApiModelProperty(value="业态ID",name="businessId") - private Integer businessId; - - @io.swagger.annotations.ApiModelProperty(value="业态名",name="businessTitle") - private String businessTitle; - - @io.swagger.annotations.ApiModelProperty(value="创建时间",name="createDate") - private Date createDate; - - @io.swagger.annotations.ApiModelProperty(value="更新时间",name="updateDate") - private Date updateDate; - - -} diff --git a/mallinkService/src/main/java/com/iformall/mapper/TtGoodsCategoryMapper.java b/mallinkService/src/main/java/com/iformall/mapper/TtGoodsCategoryMapper.java index 7ab90384b..08cbe72c9 100644 --- a/mallinkService/src/main/java/com/iformall/mapper/TtGoodsCategoryMapper.java +++ b/mallinkService/src/main/java/com/iformall/mapper/TtGoodsCategoryMapper.java @@ -2,7 +2,6 @@ package com.iformall.mapper; import com.iformall.common.CommonMapper; import com.iformall.domain.po.TtGoodsCategory; -import com.iformall.domain.po.WxSubBusiness; import java.util.List; diff --git a/mallinkService/src/main/java/com/iformall/mapper/WxSubBusinessMapper.java b/mallinkService/src/main/java/com/iformall/mapper/WxSubBusinessMapper.java deleted file mode 100644 index 58ddd2cf2..000000000 --- a/mallinkService/src/main/java/com/iformall/mapper/WxSubBusinessMapper.java +++ /dev/null @@ -1,14 +0,0 @@ -package com.iformall.mapper; - -import com.iformall.common.CommonMapper; -import com.iformall.domain.po.WxSubBusiness; - -import java.util.List; - -public interface WxSubBusinessMapper extends CommonMapper { - - List findList(WxSubBusiness wxSubBusiness); - - List findListAll(); - -} diff --git a/mallinkService/src/main/java/com/iformall/service/WxSubBusinessService.java b/mallinkService/src/main/java/com/iformall/service/WxSubBusinessService.java deleted file mode 100644 index 1369f3d5d..000000000 --- a/mallinkService/src/main/java/com/iformall/service/WxSubBusinessService.java +++ /dev/null @@ -1,44 +0,0 @@ -package com.iformall.service; - -import com.github.pagehelper.PageInfo; -import com.iformall.domain.po.WxSubBusiness; - -import java.util.List; - -public interface WxSubBusinessService { - - /** - * 根据实体查询分页列表 - * - * @param record - * @param pageIndex - * @param pageSize - * @return - */ - PageInfo listAsPage(WxSubBusiness record, Integer pageIndex, Integer pageSize); - - /** - * 根据实体查询列表 - * - * @param record - * @return - */ - List findList(WxSubBusiness record); - - /** - * 查询全部列表 - * - * @return - */ - List findListAll(); - - /** - * 根据Id获得实体 - * - * @param id - * @return - */ - WxSubBusiness getById(Integer id); - - -} diff --git a/mallinkService/src/main/java/com/iformall/service/helper/WxCUserTagsServiceHelper.java b/mallinkService/src/main/java/com/iformall/service/helper/WxCUserTagsServiceHelper.java index 61cc883ef..a5d3c94d8 100644 --- a/mallinkService/src/main/java/com/iformall/service/helper/WxCUserTagsServiceHelper.java +++ b/mallinkService/src/main/java/com/iformall/service/helper/WxCUserTagsServiceHelper.java @@ -44,8 +44,6 @@ public class WxCUserTagsServiceHelper{ @Autowired WxCardSpendMapper wxCardSpendMapper; @Autowired - WxSubBusinessMapper wxSubBusinessMapper; - @Autowired WxCUserBasicChildMapper wxCUserBasicChildMapper; @Autowired WxCouponMapper wxCouponMapper; diff --git a/mallinkService/src/main/java/com/iformall/service/impl/WxSubBusinessServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/impl/WxSubBusinessServiceImpl.java deleted file mode 100644 index 671d13bf2..000000000 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxSubBusinessServiceImpl.java +++ /dev/null @@ -1,47 +0,0 @@ -package com.iformall.service.impl; - -import com.github.pagehelper.PageHelper; -import com.github.pagehelper.PageInfo; -import com.iformall.common.ResultData; -import com.iformall.domain.po.WxBusiness; -import com.iformall.domain.po.WxSubBusiness; -import com.iformall.mapper.WxBusinessMapper; -import com.iformall.mapper.WxSubBusinessMapper; -import com.iformall.service.WxBusinessService; -import com.iformall.service.WxSubBusinessService; -import org.slf4j.Logger; -import org.slf4j.LoggerFactory; -import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.stereotype.Service; - -import java.util.List; - -@Service -public class WxSubBusinessServiceImpl implements WxSubBusinessService { - private final Logger logger = LoggerFactory.getLogger(this.getClass()); - - @Autowired - WxSubBusinessMapper wxSubBusinessMapper; - - @Override - public PageInfo listAsPage(WxSubBusiness record, Integer pageIndex, Integer pageSize) { - return PageHelper.startPage(pageIndex, pageSize).doSelectPageInfo(() -> wxSubBusinessMapper.findList(record)); - } - - @Override - public List findList(WxSubBusiness record) { - return wxSubBusinessMapper.findList(record); - } - - @Override - public List findListAll() { - return wxSubBusinessMapper.findListAll(); - } - - - @Override - public WxSubBusiness getById(Integer id) { - return wxSubBusinessMapper.selectById(id); - } - -} diff --git a/mallinkService/src/main/resources/mapper/WxBusinessMapper.xml b/mallinkService/src/main/resources/mapper/WxBusinessMapper.xml index 61d38e652..f23aba428 100644 --- a/mallinkService/src/main/resources/mapper/WxBusinessMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxBusinessMapper.xml @@ -9,10 +9,12 @@ + + - `id`,`title`,`type`,`create_date`,`update_date`,`final_tenant_id`,`is_system` + `id`,`title`,`type`,`create_date`,`update_date`,`final_tenant_id`,`is_system`,`parent_id`,`is_del` @@ -45,6 +47,14 @@ and `is_system` = #{isSystem} + + + and `parent_id` = #{parentId} + + + + and `is_del` = #{isDel} + and id in diff --git a/mallinkService/src/main/resources/mapper/WxSubBusinessMapper.xml b/mallinkService/src/main/resources/mapper/WxSubBusinessMapper.xml deleted file mode 100644 index fbcfb05a2..000000000 --- a/mallinkService/src/main/resources/mapper/WxSubBusinessMapper.xml +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - - - - - - `id`,`title`,`business_id`,`business_title`,`create_date`,`update_date` - - - - where 1 = 1 - - - and `id` = #{id} - - - - and `title` like concat('%', #{title},'%') - - - - and `business_id` = #{businessId} - - - - and `business_title` like concat('%', #{businessTitle},'%') - - - - and `create_date` = #{createDate} - - - - and `update_date` = #{updateDate} - - - and id in - - #{idItem} - - - order by ${sortColumns} - - - - - - - diff --git a/mallinkTTAdmin/src/main/java/com/iformall/controller/sys/WxBusinessController.java b/mallinkTTAdmin/src/main/java/com/iformall/controller/sys/WxBusinessController.java index de9599f5d..4d19e2a5b 100644 --- a/mallinkTTAdmin/src/main/java/com/iformall/controller/sys/WxBusinessController.java +++ b/mallinkTTAdmin/src/main/java/com/iformall/controller/sys/WxBusinessController.java @@ -5,11 +5,9 @@ import com.iformall.common.ResultData; import com.iformall.controller.base.BaseController; import com.iformall.domain.po.base.TenantEntity; import com.iformall.domain.po.WxBusiness; -import com.iformall.domain.po.WxSubBusiness; import com.iformall.domain.vo.WxBusinessDataVo; import com.iformall.service.ExcelService; import com.iformall.service.WxBusinessService; -import com.iformall.service.WxSubBusinessService; import com.iformall.utils.DateUtils; import io.swagger.annotations.Api; import io.swagger.annotations.ApiImplicitParam; @@ -33,8 +31,6 @@ public class WxBusinessController extends BaseController { @Autowired private WxBusinessService wxBusinessService; @Autowired - private WxSubBusinessService wxSubBusinessService; - @Autowired private ExcelService excelService; @@ -47,15 +43,6 @@ public class WxBusinessController extends BaseController { return new ResultData(busList); } - @ApiOperation("子业态表接口") - @GetMapping("listSub") - @SystemControllerLog(description = "子业态") - public ResultData listSub(@ModelAttribute WxSubBusiness wxSubBusiness) { - logger.debug("[" + getIpAddr() + "] WxBusinessController::getList"); - final List busList = wxSubBusinessService.findList(wxSubBusiness); - return new ResultData(busList); - } - @ApiOperation("业态分析接口") @GetMapping("businessDataList") @SystemControllerLog(description = "业态分析接口")