shish 4 mesi fa
parent
commit
4d0494ee15
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app-ghs/controllers/OrderController.php

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

@@ -1111,7 +1111,7 @@ class OrderController extends BaseController
         $post['getStaffName'] = $shopAdminName;
 
         if (getenv('YII_ENV') == 'production') {
-            //南粤选了开单,也只能变成本人开单
+            //南粤选了别的开单,也只能变成本人开单
             if ($this->mainId == 22388) {
                 $post['shopAdminName'] = $shopAdmin->name;
                 $post['shopAdminId'] = $shopAdmin->id;