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