whitefang пре 1 година
родитељ
комит
b9404bac17
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/workerapi/validate/GoodsFeeStandardsValidate.php

+ 1 - 1
app/workerapi/validate/GoodsFeeStandardsValidate.php

@@ -36,6 +36,6 @@ class GoodsFeeStandardsValidate extends BaseValidate
      */
     public function sceneStandards()
     {
-        return $this->only(['goods_id']);
+        return $this->only(['work_id']);
     }
 }