k94314517
2025-01-24 16c14e07a13fa1f2e2cba0f4e33acef8e7d5670e
server/service/src/main/java/com/doumee/service/business/impl/UnionApplyServiceImpl.java
@@ -976,8 +976,6 @@
                    applyDetail.setEndTime(unionApplyBXDDTO.getEndTime());
                    MemberInsurance memberInsurance = new MemberInsurance(applyDetail,user.getId());
                    memberInsurance.setBdCode(unionApplyBXDDTO.getCode());
                    memberInsurance.setRelationType(Constants.ZERO);
@@ -1068,6 +1066,7 @@
                ,unionApply.getId(),applyLogType.getKey(),null, JSONObject.toJSONString(unionApply));
        applyLogMapper.insert(log);
    }