Commit 9cb8d974 by 吕明尚

优惠卷领取记录表增加未获取抖音优惠卷配置,从验卷准备获取skuId

parent df00b984
......@@ -412,6 +412,7 @@ public class TiktokServiceImpl implements TiktokService {
sCoupon = sCoupons.get(0);
}
if (ObjectUtils.isEmpty(sCoupon)) {
sConsumerCoupon.setTiktokSkuId(sku.getStr("sku_id"));
sConsumerCoupon.setCouponType(CouponTypeEnum.CASH.getCode());
sConsumerCoupon.setStoreType(StoreType.getCodeList());
sConsumerCoupon.setRoomType(RoomType.getCodeList());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment