浏览代码

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

王浩 11 月之前
父节点
当前提交
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
 }