1
This commit is contained in:
@@ -6401,10 +6401,9 @@ func SingleBindTaoVegetable(ctx *jxcontext.Context, bind []TaoBindInfo) (error,
|
||||
return nil, ""
|
||||
}
|
||||
|
||||
//操作 freight_template
|
||||
// ReplaceInsertFreight 操作 freight_template
|
||||
func ReplaceInsertFreight(storeID, templateID, warehouseID, tradeLimitID int, vendorStoreID, fenceID string) error {
|
||||
return dao.ReplaceInsertFreight2(storeID, templateID, warehouseID, tradeLimitID, vendorStoreID, fenceID)
|
||||
//return dao.InsertItemFreight2(storeID, templateID, warehouseID, tradeLimitID, vendorStoreID, fenceID)
|
||||
}
|
||||
|
||||
//辅助函数
|
||||
|
||||
@@ -386,7 +386,7 @@ func CompareJxAndVendor(vendorID int, storeIDStr, vendorStoreID, storeName strin
|
||||
mtwmid := jxSkuInfo.Skus[0].MtwmID
|
||||
/*抖店编码*/
|
||||
ddid := jxSkuInfo.Skus[0].DdID
|
||||
/*淘先达编码*/
|
||||
/*淘鲜达编码*/
|
||||
taoid := jxSkuInfo.Skus[0].TaoID
|
||||
//jxSkuPrice := strconv.Itoa(jxSkuInfo.Skus[0].JxPrice)
|
||||
/*商品类名*/
|
||||
|
||||
Reference in New Issue
Block a user