|
|
@@ -215,7 +215,7 @@ public class CodexServiceImpl implements CodexService {
|
|
|
Long skuId = payReq.getSkuId();
|
|
|
|
|
|
GoodsDonSku sku = skuMapper.selectById(skuId);
|
|
|
- if (sku == null || sku.getGoodsId() != Constant.CLAUDE_CODE_GOODS_ID || !sku.getIsCodex()) {
|
|
|
+ if (sku == null || sku.getGoodsId() != Constant.CODEX_GOODS_ID) {
|
|
|
throw BusinessRuntimeException.getInstance("系统异常,请刷新页面重试");
|
|
|
}
|
|
|
List<Long> userIdList = userBindRelationService.getRelationUserIdList(userId, null);
|