|
@@ -557,7 +557,7 @@ public class WxPayServiceImpl implements IWxPayService {
|
|
|
|
|
|
private void questionGoodsHandle(OrderGoods orderGoods) {
|
|
|
Goods goods = iGoodsService.getById(orderGoods.getGoodsId());
|
|
|
- if (ObjectUtils.isNull(goods.getQuestionGoodsId()) || StringUtils.isBlank(goods.getQuestionRelIds())){
|
|
|
+ if (ObjectUtils.isNull(goods.getQuestionRelIds()) || StringUtils.isBlank(goods.getQuestionRelIds())){
|
|
|
return;
|
|
|
}
|
|
|
List<String> goodsIds = Arrays.stream(goods.getQuestionRelIds().split(",")).collect(Collectors.toList());
|