| | |
| | | import com.xzx.gc.user.dto.JhyInfoListDto; |
| | | import com.xzx.gc.user.mapper.JhyInfoMapper; |
| | | import com.xzx.gc.user.vo.JhyInfoListVo; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | | import org.springframework.transaction.annotation.Transactional; |
| | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | @Slf4j |
| | | @Service |
| | | @Transactional |
| | | public class JhyInfoService { |
| | |
| | | |
| | | jhyInfoMapper.deleteByUserId(applyDto.getUserId()); |
| | | |
| | | log.info("图片地址:{}", applyDto.getCardPos()); |
| | | JhyInfo jhyInfo = new JhyInfo(); |
| | | BeanUtil.copyProperties(applyDto, jhyInfo); |
| | | jhyInfo.setCreatedTime(new Date()); |