Browse Source

fix search assetinfo

animeic 2 years ago
parent
commit
3aaac55f87

BIN
3dshow-customer/__debug_bin


+ 1 - 2
3dshow-customer/api/product.go

@@ -160,14 +160,13 @@ func ProductDetail(c *gin.Context, apictx *ApiSession) (interface{}, error) {
 	asset := model.Asset360Fake3d{}
 	repo.RepoSeachDoc(apictx.CreateRepoCtx(), &repo.DocSearchOptions{
 		CollectName: repo.CollectionAssets,
-		Query:       repo.Map{"assetId": product.AssetId},
+		Query:       repo.Map{"_id": product.AssetId},
 	}, &asset)
 
 	// 用户登录状态 是否收藏
 	if apictx.User != nil {
 		_userId := apictx.User.ID
 		userId, _ := primitive.ObjectIDFromHex(_userId)
-
 		var collect model.Collect
 		found, _ = repo.RepoSeachDoc(apictx.CreateRepoCtx(), &repo.DocSearchOptions{
 			CollectName: repo.CollectionCollect,

+ 3 - 10
3dshow-customer/db/model/json/address.json

@@ -1,12 +1,5 @@
 {
-    "_id": "636b4dddb45f0238b7d0da50",
-    "userId": "6305c3ddd5d78dbcb70b7f70",
-    "province": "四川省",
-    "city": "成都市",
-    "area": "高新区",
-    "addr": "火车南站西路486号",
-    "contact": "刘先生",
-    "phone": "13586882266",
-    "defualt": 1,
-    "createTime": "2022-11-09T06:51:09.167Z"
+  "supplyId": "6369f46328c4bf8b14f47a6a",
+  "sort": "asc",
+  "selectTime": "2022.12"
 }