修改商品价格混轮的
This commit is contained in:
@@ -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, "")
|
||||||
|
|||||||
Reference in New Issue
Block a user