zss
2024-09-10 22d3a8dc4185c5461bee9e42a9f4a2775ff448e6
inspect-server/src/main/java/com/yuanchu/mom/service/InsReportService.java
@@ -31,11 +31,14 @@
    int examineReport(Integer id, Integer isExamine, String examineTell);
    //批准
    int ratifyReport(Integer id, Integer isRatify, String ratifyTell);
    int ratifyReport(Integer id, Integer isRatify, String ratifyTell,String sealUrl);
    int wordInsertUrl(Map<String, Object> map, String url);
    String downAll(String ids);
    int upAll(MultipartFile file) throws IOException;
    //是否生成总报告
    int isReport(Integer id,Integer state);
}