shish 5 лет назад
Родитель
Сommit
fb09dc0c76
2 измененных файлов с 10 добавлено и 3 удалено
  1. 0 2
      app-ghs/controllers/OrderController.php
  2. 10 1
      sql.sql

+ 0 - 2
app-ghs/controllers/OrderController.php

@@ -6,7 +6,6 @@ use biz\sj\services\MerchantExtendService;
 use bizHd\wx\classes\WxOpenClass;
 use bizGhs\admin\classes\AdminClass;
 use bizGhs\custom\classes\CustomClass;
-use bizGhs\merchant\classes\ShopClass;
 use bizGhs\merchant\services\ShopService;
 use bizGhs\order\classes\OrderClass;
 use bizGhs\order\services\OrderService;
@@ -15,7 +14,6 @@ use bizGhs\product\classes\ProductClass;
 use common\components\dict;
 use common\components\dateUtil;
 use common\components\httpUtil;
-use common\components\imgUtil;
 use common\services\xhPayToolService;
 use Yii;
 use common\components\util;

+ 10 - 1
sql.sql

@@ -16,7 +16,14 @@ shop.huahb.com
 4.开通shop.hzghd.com的https
 线上将以上hzghd换成wixhb即可
 
-确认app模块下的hd ghs pt里的runtime有没创建成功 web里的assets是否创建成功
+api.shop.theflorist.cn
+api.pt.theflorist.cn
+pt.theflorist.cn
+img.theflorist.cn
+
+wxOpen 平台和公众号 小程序要补好
+
+确认app模块下的hd ghs pt mall里的runtime有没创建成功 web里的assets是否创建成功
 
 =============================================================================
 
@@ -1664,3 +1671,5 @@ ALTER TABLE xhShop ADD `unPayOrder` INT(11) NOT NULL DEFAULT '0' COMMENT '待付
 ALTER TABLE xhShop ADD `unSendOrder` INT(11) NOT NULL DEFAULT '0' COMMENT '待配送订单数' AFTER `unPayOrder`;
 ALTER TABLE xhShop ADD `sendingOrder` INT(11) NOT NULL DEFAULT '0' COMMENT '配送中订单数' AFTER `unSendOrder`;
 ALTER TABLE xhShop ADD `cancelOrder` INT(11) NOT NULL DEFAULT '0' COMMENT '已取消订单数' AFTER `sendingOrder`;
+
+ALTER TABLE xhWxOpen MODIFY `style` TINYINT(4) NOT NULL DEFAULT '1' COMMENT '平台类型 1花店 2供货商 3花店商城';