This commit is contained in:
邹宗楠
2022-10-19 10:25:11 +08:00
parent 5a019b2ce2
commit d9c74b0bea
3 changed files with 108 additions and 69 deletions

View File

@@ -1568,7 +1568,7 @@ func GetStoreBrandInfos(storeID int) (date *BrandInfos, err error) {
// 查询FreightTemplate
func QueryStoreBindInfo(storeID int) (*model.FreightTemplate, error) {
var (
sqlParams = []interface{}{}
sqlParams []interface{}
bindInfo *model.FreightTemplate
)
sql := "SELECT a.store_id,a.vendor_store_id,a.template_id,a.warehouse_id,a.fence_id,a.trade_limit_id FROM freight_template a "