修改商品价格混轮的

This commit is contained in:
苏尹岚
2020-07-03 17:52:30 +08:00
parent 6f6dcb142f
commit ebc5733c34

View File

@@ -1612,8 +1612,8 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
// } // }
db := dao.GetDB() db := dao.GetDB()
type tStore struct { type tStore struct {
NameID int `orm:column(name_id)` NameID int `orm:"column(name_id)"`
StoreID int `orm:column(store_id)` StoreID int `orm:"column(store_id)"`
} }
var resultList []*tStore var resultList []*tStore
stores, _ := dao.GetStoreList(db, nil, nil, nil, nil, "") stores, _ := dao.GetStoreList(db, nil, nil, nil, nil, "")