lxw
2022-08-17 8a2c8422a6676b7111ad0841ec5fee2ba0c8b7c2
src/main/java/com/whyc/service/WorksheetMainService.java
@@ -358,12 +358,10 @@
        return response.set(1);
    }
    public Response productSoftwareSubmit(WorksheetMainDTO2 mainDTO, DocUser user) throws IOException {
    public Response productSoftwareSubmit(MultipartFile file, WorksheetMainDTO2 mainDTO, DocUser user) throws IOException {
        Response response = new Response();
        WorksheetMain main = mainDTO.getMain();
        ProductSoftwareApproving approving = mainDTO.getApproving();
        MultipartFile file = mainDTO.getFile();
        main.setType(1);
        //提交主表