Helius
2021-06-28 17a3a3c16141f836d4ae47e9d54ab6a36862dbfa
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());