Explorar el Código

只能开欠款订单

shish hace 5 años
padre
commit
ca1c4de4aa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app-ghs/controllers/OrderController.php

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

@@ -118,7 +118,7 @@ class OrderController extends BaseController
         if ($debt == OrderClass::DEBT_NO) {
         if ($debt == OrderClass::DEBT_NO) {
             $shopAdmin = $this->shopAdmin;
             $shopAdmin = $this->shopAdmin;
             if (isset($shopAdmin->super) == false || $shopAdmin->super != 1) {
             if (isset($shopAdmin->super) == false || $shopAdmin->super != 1) {
-                util::fail('没有权限');
+                util::fail('只能开欠款订单');
             }
             }
         }
         }