whycxzp
2022-08-15 0b25c5d81b6e9fa2c6d0c9bb17d770134d2739dc
src/main/java/com/whyc/controller/WorksheetMainController.java
@@ -82,7 +82,6 @@
    @PostMapping("productSoftwareSubmit")
    @ApiOperation(value="产品软件审批提交")
    public Response productSoftwareSubmit(@RequestBody WorksheetMainDTO2 mainDTO) throws IOException {
        Response<Object> response = new Response<>();
        DocUser user = ActionUtil.getUser();
        return service.productSoftwareSubmit(mainDTO,user);
    }