长者信息变更判断重复提交接口增加医保类型、失能等级判断

This commit is contained in:
1378012178@qq.com 2026-01-07 10:32:16 +08:00
parent 20a19c23dc
commit 429edb70ac
1 changed files with 3 additions and 1 deletions

View File

@ -109,7 +109,9 @@ public class ElderInfoServiceImpl extends ServiceImpl<ElderInfoMapper, ElderInfo
Objects.equals(dbRecord.getEndTime(), inputRecord.getEndTime()) &&
Objects.equals(dbRecord.getCardIssuing(), inputRecord.getCardIssuing()) &&
Objects.equals(dbRecord.getBloodType(), inputRecord.getBloodType()) &&
Objects.equals(dbRecord.getMilitaryType(), inputRecord.getMilitaryType())
Objects.equals(dbRecord.getMilitaryType(), inputRecord.getMilitaryType()) &&
Objects.equals(dbRecord.getDisabilityReimbursementType(), inputRecord.getDisabilityReimbursementType()) &&
Objects.equals(dbRecord.getPaymentStatus(), inputRecord.getPaymentStatus())
);
} else {
return !(