|
@@ -127,6 +127,10 @@ public class MirrorUserCleatServiceImpl implements MirrorUserCleatService {
|
|
|
chatgptUser.setRenewExpiryTime(renewExpiryTime);
|
|
chatgptUser.setRenewExpiryTime(renewExpiryTime);
|
|
|
chatgptUserMapper.updateById(chatgptUser);
|
|
chatgptUserMapper.updateById(chatgptUser);
|
|
|
log.info("还原镜像gptuser套餐成功");
|
|
log.info("还原镜像gptuser套餐成功");
|
|
|
|
|
+
|
|
|
|
|
+ //将续费有效置为过期
|
|
|
|
|
+ orderDonRenewRecord.setIsValid(true);
|
|
|
|
|
+ orderDonRenewRecordMapper.updateById(orderDonRenewRecord);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|