Ver Fonte

修改制作过程

shish há 9 meses atrás
pai
commit
9f810b4b5f
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      app-hd/controllers/ShopExtController.php

+ 3 - 0
app-hd/controllers/ShopExtController.php

@@ -31,6 +31,9 @@ class ShopExtController extends BaseController
         if (isset($post['thirdSendFee'])) {
         if (isset($post['thirdSendFee'])) {
             $arr['thirdSendFee'] = $post['thirdSendFee'];
             $arr['thirdSendFee'] = $post['thirdSendFee'];
         }
         }
+        if (isset($post['needWork'])) {
+            $arr['needWork'] = $post['needWork'];
+        }
         if (empty($arr)) {
         if (empty($arr)) {
             util::fail('没有需要修改');
             util::fail('没有需要修改');
         }
         }