Commit cb39dd2d by 吕明尚

美团验卷没优惠卷规则增加团购id

parent b31c9fbf
......@@ -158,6 +158,7 @@ public class QPServiceImpl implements QPService {
sCoupon = sCoupons.get(0);
}
if (ObjectUtils.isEmpty(sCoupon)) {
sConsumerCoupon.setDealgroupId(prepare.getDealgroup_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