huangjiajun 1 месяц назад
Родитель
Сommit
9932006468
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      app/store/svc/svc_agent_goods.go

+ 1
- 1
app/store/svc/svc_agent_goods.go Просмотреть файл

@@ -39,7 +39,7 @@ func AgentGoods(c *gin.Context) {
}
}
arg["uid"] = utils.IntToStr(user.Info.Uid)
arg["store_type"] = "2"
arg["store_type"] = "1"
cateStoreData := db.GetGoodsCateAllArg(svc.MasterDb(c), arg)
cateStoreList := make([]map[string]string, 0)
if cateStoreData != nil {


Загрузка…
Отмена
Сохранить