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); }