shish 10 часов назад
Родитель
Сommit
afd3f2e8cb
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app-hd/controllers/PurchaseController.php

+ 1 - 1
app-hd/controllers/PurchaseController.php

@@ -318,7 +318,7 @@ class PurchaseController extends BaseController
         $ghsShopId = $ghsInfo['shopId'] ?? 0;
 
         if (!empty($ghsInfo['mainId']) && $ghsInfo['mainId'] == $ghsInfo['ownMainId']) {
-            util::fail('不能跟自己的店买花');
+            //util::fail('不能跟自己的店买花');
         }
 
         $connection = Yii::$app->db;