shish 1 year ago
parent
commit
441a48832b
1 changed files with 1 additions and 3 deletions
  1. 1 3
      app-ghs/controllers/OrderController.php

+ 1 - 3
app-ghs/controllers/OrderController.php

@@ -1470,9 +1470,7 @@ class OrderController extends BaseController
                 util::fail('只能使用扫码付款,编号293');
             }
         }else{
-            if($this->mainId == 644){
-                util::fail('只能使用扫码付款,编号693');
-            }
+
         }
 
         $order = OrderClass::getById($id, true);