分批次10集购买需求
This commit is contained in:
parent
b45f2d6876
commit
abcdef7b78
|
|
@ -21,7 +21,7 @@
|
|||
c.msg_url as msgUrl,
|
||||
c.pay_num as payNum,
|
||||
c.price,
|
||||
c.wholesale_price,
|
||||
c.wholesale_price as wholesalePrice,
|
||||
c.is_over as isOver,
|
||||
c.title,
|
||||
c.is_price as isPrice,
|
||||
|
|
@ -140,7 +140,7 @@
|
|||
c.msg_url as msgUrl,
|
||||
c.pay_num as payNum,
|
||||
c.price,
|
||||
c.wholesale_price,
|
||||
c.wholesale_price as wholesalePrice,
|
||||
c.is_over as isOver,
|
||||
c.title,
|
||||
c.is_price as isPrice,
|
||||
|
|
@ -266,7 +266,7 @@
|
|||
c.msg_url as msgUrl,
|
||||
c.pay_num as payNum,
|
||||
c.price,
|
||||
c.wholesale_price,
|
||||
c.wholesale_price as wholesalePrice,
|
||||
c.status,
|
||||
c.title,
|
||||
c.title_img as titleImg,
|
||||
|
|
|
|||
Loading…
Reference in New Issue