aa
This commit is contained in:
@@ -4351,7 +4351,7 @@ func RefreshPageStore() {
|
||||
INSERT INTO page_sku (created_at,updated_at,last_operator,vendor_id,vendor_store_id,vendor_sku_id,vendor_sku_name,month_saled,act_price,sale_price,unit)
|
||||
SELECT NOW(),NOW(),'jxadmin',t1.* FROM (
|
||||
(
|
||||
SELECT 0, a.wmpoiid, a.Base, a.name, a.month_saled, a.min_price*100, a.basic_price*100, ''
|
||||
SELECT 0, a.wmpoiid, a.Base, a.name, a.month_saled, ISNULL(a.min_price) *100, a.basic_price*100, ''
|
||||
FROM jingdong_foodlist a
|
||||
)
|
||||
UNION ALL
|
||||
|
||||
Reference in New Issue
Block a user