修改假运单配送

This commit is contained in:
邹宗楠
2024-01-11 14:26:53 +08:00
parent bfae3ae9d2
commit 6ffbb71106
8 changed files with 55 additions and 46 deletions

View File

@@ -90,7 +90,7 @@ func GetNearSupplyGoodsStoreByStoreID(ctx *jxcontext.Context, storeID int) (stor
utils.DefaultTimeValue, utils.DefaultTimeValue,
model.VendorIDJX, model.YES, model.StoreStatusOpened,
}
err = dao.GetRows(db, &stores, sql, sqlParams)
err = dao.GetRows(db, &stores, sql, sqlParams...)
if len(stores) > 0 {
realDistance := float64(0)
for _, v := range stores {