gc-user/src/main/java/com/xzx/gc/user/service/JhyInfoService.java
@@ -36,6 +36,8 @@ throw new RestException(-3, "手机号/身份证号已注册集物员"); } jhyInfoMapper.deleteByUserId(applyDto.getUserId()); JhyInfo jhyInfo = new JhyInfo(); BeanUtil.copyProperties(applyDto, jhyInfo); jhyInfo.setCreatedTime(new Date());