|
@@ -119,6 +119,7 @@ public class UserBillingInformationServiceImpl extends ServiceImpl<UserBillingIn
|
|
.set(UserBillingInformation::getCountry, userBillingUpInfoDTO.getCountry())
|
|
.set(UserBillingInformation::getCountry, userBillingUpInfoDTO.getCountry())
|
|
.set(UserBillingInformation::getProvince, userBillingUpInfoDTO.getProvince())
|
|
.set(UserBillingInformation::getProvince, userBillingUpInfoDTO.getProvince())
|
|
.set(UserBillingInformation::getZip, userBillingUpInfoDTO.getZip())
|
|
.set(UserBillingInformation::getZip, userBillingUpInfoDTO.getZip())
|
|
|
|
+ .set(UserBillingInformation::getAddress,userBillingUpInfoDTO.getAddress())
|
|
.set(UserBillingInformation::getUpdatedAt, new Date())
|
|
.set(UserBillingInformation::getUpdatedAt, new Date())
|
|
.eq(UserBillingInformation::getUserId, compdfKitId));
|
|
.eq(UserBillingInformation::getUserId, compdfKitId));
|
|
// this.baseMapper.update(userBillingInformation, new LambdaQueryWrapper<UserBillingInformation>().eq(UserBillingInformation::getUserId, compdfKitId));
|
|
// this.baseMapper.update(userBillingInformation, new LambdaQueryWrapper<UserBillingInformation>().eq(UserBillingInformation::getUserId, compdfKitId));
|