1
This commit is contained in:
@@ -1572,7 +1572,7 @@ func QueryStoreBindInfo(storeID int) (*model.FreightTemplate, error) {
|
|||||||
)
|
)
|
||||||
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 "
|
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 "
|
||||||
if storeID != 0 {
|
if storeID != 0 {
|
||||||
sql += "WHERE store_id = ? "
|
sql += "WHERE a.store_id = ? "
|
||||||
sqlParams = append(sqlParams, storeID)
|
sqlParams = append(sqlParams, storeID)
|
||||||
}
|
}
|
||||||
if err := GetRow(GetDB(), &bindInfo, sql, sqlParams); err != nil {
|
if err := GetRow(GetDB(), &bindInfo, sql, sqlParams); err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user