mt price
This commit is contained in:
@@ -1632,7 +1632,7 @@ func InsertIntoFreightTemplate(storeID int, vendorStoreID string, templateID, wa
|
||||
}
|
||||
|
||||
//只获取美团平台的京西storeID
|
||||
func GetStoreIDByMeiTuan(vendorStoreID string) (storeID int, err error) {
|
||||
|
||||
return 0, err
|
||||
func GetCodeAndIDByMeiTuan(vendorStoreID string) (storeID int, vendorOrgCode string, err error) {
|
||||
err = GetRow(GetDB(), &storeID, "SELECT s.store_id,s.vendor_org_code FROM store_map s WHERE s.vendor_store_id = ? AND s.vendor_id = ? ", vendorStoreID, model.VendorIDMTWM)
|
||||
return storeID, vendorStoreID, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user