huangjiajun il y a 1 mois
Parent
révision
9932006468
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      app/store/svc/svc_agent_goods.go

+ 1
- 1
app/store/svc/svc_agent_goods.go Voir le fichier

@@ -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 {


Chargement…
Annuler
Enregistrer