mitao
2025-05-06 be9179e444b22bf7d4b69c64745decd91696d67b
springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/java/com/panzhihua/sangeshenbian/service/IComplaintService.java
@@ -154,7 +154,7 @@
     * @param id
     * @param loginUserInfo
     */
    void downloadFile(Long id, Integer type, SystemUserVo loginUserInfo) throws IOException;
    String downloadFile(Long id, Integer type, SystemUserVo loginUserInfo) throws IOException;
    /**
     * 获取超时未评价的数据
@@ -163,4 +163,17 @@
    List<Complaint> getTimeoutAndNotComment();
    /**
     * 修改办理进度
     * @param dto
     */
    void updateProgress(ComplaintProcessUpdateDto dto);
    /**
     * 删除办理进度
     * @param id
     */
    void delProgress(Long id);
}