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)
|
||||
}
|
||||
|
||||
//辅助函数
|
||||
|
||||
Reference in New Issue
Block a user