Explorar el Código

修改制作过程

shish hace 9 meses
padre
commit
9f810b4b5f
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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('没有需要修改');
         }