From 418eb69319481f176a49ab085b971d81d55661f7 Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期二, 20 五月 2025 10:32:36 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/2.0.1' into 2.0.1 --- server/service/src/main/java/com/doumee/service/business/SettleClaimsService.java | 107 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 106 insertions(+), 1 deletions(-) diff --git a/server/service/src/main/java/com/doumee/service/business/SettleClaimsService.java b/server/service/src/main/java/com/doumee/service/business/SettleClaimsService.java index 9df4a9e..ffc962f 100644 --- a/server/service/src/main/java/com/doumee/service/business/SettleClaimsService.java +++ b/server/service/src/main/java/com/doumee/service/business/SettleClaimsService.java @@ -2,8 +2,10 @@ import com.doumee.core.model.PageData; import com.doumee.core.model.PageWrap; -import com.doumee.dao.business.dto.SCSupplementDTO; +import com.doumee.dao.business.dto.*; import com.doumee.dao.business.model.SettleClaims; +import com.doumee.dao.business.vo.CompensationVO; +import com.doumee.service.system.impl.SystemDictDataServiceImpl; import io.swagger.models.auth.In; import javax.servlet.http.HttpServletResponse; @@ -132,4 +134,107 @@ Integer delFile(Integer id, Integer fileId); Integer createSys(SettleClaims settleClaims); + + + /************************************************************************鏂颁笟鍔�******************************************************************************************/ + + /** + * 浼佷笟鎶ユ鎻愪氦 + * @param settleClaimsDTO + * @param systemDictDataService + */ + void saveSettleClaims(SettleClaimsDTO settleClaimsDTO, SystemDictDataServiceImpl systemDictDataService); + + + /** + * 琛ュ厖璇存槑 + * 骞冲彴绔娇鐢� + * @param dto + */ + void saveSupplementDescribe(SaveSupplementDescribeDTO dto); + + + /** + * 娣诲姞琛ュ厖鏉愭枡 + * @param dto + */ + void saveSupplementFile(SaveSupplementDescribeDTO dto); + + + /** + * 鎾ら攢鎶ユ + * @param dto + */ + void returnSettle(OptSettleClaimsDTO dto); + + /** + * 骞冲彴绔嬫鎴栭��鍥� + * @param dto + */ + void register(OptSettleClaimsDTO dto); + + /** + * 娣诲姞鎶ユ鍙� + * @param param + * @return + */ + Integer addReportNum(OptSettleClaimsDTO param); + + /** + * 娣诲姞澶囨敞 + * @param param + * @return + */ + Integer addRemark(OptSettleClaimsDTO param); + + /** + * 鍙楃悊涓氬姟 + * @param dto + */ + void acceptance(AcceptanceSettleClaimsDTO dto); + + + /** + * 鐞嗚禂閲戦椤� + * @param id + * @return + */ + List<CompensationVO> getCompensation(Integer id); + + /** + * 鐞嗚禂涓氬姟 + * @param dto + */ + void compensation(CompensationDTO dto); + + /** + * 鍟嗚瀹℃壒 + * @param dto + */ + void discussAudit(DiscussAuditDTO dto); + + + /** + * 骞冲彴鏍歌禂 + * @param dto + */ + void nuclearCompensation(CompensationDTO dto); + + /** + * 淇敼閲戦 + * @param dto + */ + void updFee(CompensationDTO dto); + + /** + * 瀹㈡埛纭閲戦 + * @param id + */ + void confirmFee(Integer id); + + /** + * 淇敼妗堜欢绫诲瀷 + * @param dto + */ + void updCaseType(CaseTypeDTO dto); } -- Gitblit v1.9.3