| | |
| | | tUser.setLogisticsContactPhone(userAddInfoDto.getLogisticsContactPhone()); |
| | | tUser.setEmail(userAddInfoDto.getEmail()); |
| | | tUser.setCompanyName(userAddInfoDto.getCompanyName()); |
| | | tUser.setBusinessLicense(userAddInfoDto.getImg()); |
| | | tUser.setHeadImg(userAddInfoDto.getImg()); |
| | | // TUserAddress tUserAddress = new TUserAddress(); |
| | | // tUserAddress.setAddress(userAddInfoDto.getAddress()); |
| | | // tUserAddress.setUserId(userAddInfoDto.getUserId()); |
| | |
| | | indexInfo.setUnpaidBills(unpaidBills); |
| | | indexInfo.setAllQuota(tUser.getReditLimit()); |
| | | indexInfo.setResidueQuota(tUser.getResidueLimit()); |
| | | indexInfo.setPaymentDay(Integer.valueOf(tUser.getPaymentDays())); |
| | | |
| | | if(type==1){ |
| | | List<IndexMonth> list = orderService.index(userId); |