whycxzp
2022-10-17 04d13e3a41ef798e07c25c1d3ad2002270a9cb76
src/main/java/com/whyc/controller/WorksheetMainController.java
@@ -27,7 +27,7 @@
    @PostMapping("submit")
    @ApiOperation("产品图纸及bom提交")
    public Response submit(@RequestBody WorksheetMain main){
    public Response submit(@RequestBody WorksheetMain main) throws IOException {
        DocUser user = ActionUtil.getUser();
        boolean res = service.submit(main,user);
        if(res) {
@@ -49,6 +49,7 @@
        }
    }
    /**前端未传递过来物料文件所在路径,存在问题 TODO*/
    @PostMapping("materialSubmit")
    @ApiOperation(value="物料审批提交")
    public Response materialSubmit(@RequestBody WorksheetMain main){