@bee-hole/server 1.36.0 → 1.37.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. package/main.exe +0 -0
  2. package/mainD +0 -0
  3. package/package.json +2 -2
  4. package/resource/public/cp/css/{lang-trans~748942c6.b208300e.css → lang-trans~748942c6.6379e221.css} +1 -1
  5. package/resource/public/cp/css/{lang-trans~748942c6.b208300e.css.gz → lang-trans~748942c6.6379e221.css.gz} +0 -0
  6. package/resource/public/cp/index.html +1 -1
  7. package/resource/public/cp/js/app~f075b844.97b818e1.js +1 -0
  8. package/resource/public/cp/js/app~f075b844.97b818e1.js.gz +0 -0
  9. package/resource/public/cp/js/lang-trans~748942c6.c5d4a2f6.js +9 -0
  10. package/resource/public/cp/js/lang-trans~748942c6.c5d4a2f6.js.gz +0 -0
  11. package/storage/init/init.sql +1 -0
  12. package/storage/patch/patch.sql +1 -2
  13. package/version +1 -1
  14. package/resource/public/cp/js/app~f075b844.849223d2.js +0 -1
  15. package/resource/public/cp/js/app~f075b844.849223d2.js.gz +0 -0
  16. package/resource/public/cp/js/lang-trans~748942c6.9360a357.js +0 -9
  17. package/resource/public/cp/js/lang-trans~748942c6.9360a357.js.gz +0 -0
  18. /package/resource/public/cp/css/{chunk-vendors~7e79ec10.577119a6.css → chunk-vendors~7e79ec10.cda87f4c.css} +0 -0
  19. /package/resource/public/cp/css/{chunk-vendors~7e79ec10.577119a6.css.gz → chunk-vendors~7e79ec10.cda87f4c.css.gz} +0 -0
  20. /package/resource/public/cp/css/{chunk-vendors~921ad15b.f886b6db.css → chunk-vendors~921ad15b.24bc41a4.css} +0 -0
  21. /package/resource/public/cp/css/{chunk-vendors~921ad15b.f886b6db.css.gz → chunk-vendors~921ad15b.24bc41a4.css.gz} +0 -0
  22. /package/resource/public/cp/js/{chunk-04d7c8ea.39566793.js → chunk-04d7c8ea.9f89df56.js} +0 -0
  23. /package/resource/public/cp/js/{chunk-120e4efc.704a3698.js → chunk-120e4efc.3684606f.js} +0 -0
  24. /package/resource/public/cp/js/{chunk-32ca08dd.e5ea25d2.js → chunk-32ca08dd.a9a41d67.js} +0 -0
  25. /package/resource/public/cp/js/{chunk-53c2d596.f61e79bd.js → chunk-53c2d596.f5f193fc.js} +0 -0
  26. /package/resource/public/cp/js/{chunk-61c1aab3.deb579fd.js → chunk-61c1aab3.a275b687.js} +0 -0
  27. /package/resource/public/cp/js/{chunk-61c1aab3.deb579fd.js.gz → chunk-61c1aab3.a275b687.js.gz} +0 -0
  28. /package/resource/public/cp/js/{chunk-6c3fad0b.ad9892a8.js → chunk-6c3fad0b.487b7318.js} +0 -0
  29. /package/resource/public/cp/js/{chunk-ac5b10a4.f667cf29.js → chunk-ac5b10a4.7bb05068.js} +0 -0
  30. /package/resource/public/cp/js/{chunk-fc40dc74.1f4f6b2a.js → chunk-fc40dc74.0b1fa492.js} +0 -0
  31. /package/resource/public/cp/js/{lang-id-ID-service~8773d05b.67ab0737.js → lang-id-ID-service~8773d05b.9d974d06.js} +0 -0
@@ -2917,6 +2917,7 @@ CREATE TABLE `mall_fare_template` (
2917
2917
  `shop_id` bigint(20) NOT NULL COMMENT '店铺编号',
2918
2918
  `fare_name` varchar(50) NOT NULL COMMENT '模板名称',
2919
2919
  `region` longtext NOT NULL COMMENT '配送区域',
2920
+ `province` longtext COMMENT '省/州',
2920
2921
  `create_time` datetime NOT NULL COMMENT '创建时间',
2921
2922
  `update_time` datetime DEFAULT NULL COMMENT '更新时间'
2922
2923
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='运费模板表';
@@ -1,2 +1 @@
1
- ALTER TABLE `mall_benefit_code` ADD INDEX `discount` (`shop_id`, `benefit_type`, `effect_scope_type`, `id`, `activity_status`) USING BTREE ;
2
-
1
+ ALTER TABLE `mall_fare_template` ADD `province` LONGTEXT NULL DEFAULT NULL COMMENT '省/州' AFTER `region`;
package/version CHANGED
@@ -1 +1 @@
1
- v1.36.0
1
+ v1.37.0