huangjiajun пре 4 месеци
родитељ
комит
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 {


Loading…
Откажи
Сачувај