长者信息变更判断重复提交接口增加医保类型、失能等级判断
This commit is contained in:
parent
20a19c23dc
commit
429edb70ac
|
|
@ -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 !(
|
||||
|
|
|
|||
Loading…
Reference in New Issue