guhongwei 3 년 전
부모
커밋
37ec01578a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/controller/patent/.patentsafeg.js

+ 1 - 1
app/controller/patent/.patentsafeg.js

@@ -70,6 +70,6 @@ module.exports = {
     },
   },
   check: {
-    requestBody: ["id", "status", "remark"],
+    requestBody: ["id", "status", "remark", "file"],
   },
 };