Эх сурвалжийг харах

Merge branch 'dev_v1.0.33_wh' of BaseService/biService into feature/v1.0.33

王浩 11 сар өмнө
parent
commit
a16d747165
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      service/clue.go

+ 2 - 0
service/clue.go

@@ -1242,6 +1242,8 @@ func FindClueInfo(in *biservice.FindClueInfoReq) (map[string]interface{}, int64)
 		data["uid"] = gconv.String((*clueData)["uid"])
 		data["userid"] = gconv.String((*clueData)["userid"])
 		data["clue_position_id"] = gconv.Int64((*clueData)["position_id"])
+	} else {
+		return data, 1
 	}
 	return data, 0
 }