This commit is contained in:
richboo111
2023-06-29 09:19:05 +08:00
parent cf51eda4d5
commit 7373f78fd7
10 changed files with 150 additions and 26 deletions

View File

@@ -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)
}
//辅助函数