huangjiajun 1 month ago
parent
commit
9932006468
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/store/svc/svc_agent_goods.go

+ 1
- 1
app/store/svc/svc_agent_goods.go View File

@@ -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…
Cancel
Save