shish 9 месяцев назад
Родитель
Сommit
9f810b4b5f
1 измененных файлов с 3 добавлено и 0 удалено
  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'])) {
             $arr['thirdSendFee'] = $post['thirdSendFee'];
         }
+        if (isset($post['needWork'])) {
+            $arr['needWork'] = $post['needWork'];
+        }
         if (empty($arr)) {
             util::fail('没有需要修改');
         }