From 8a8d15aaa219142fe32b4ae8a074ea278eea2f47 Mon Sep 17 00:00:00 2001
From: liyj <1003249715@qq.com>
Date: Tue, 10 Sep 2024 23:44:48 +0800
Subject: [PATCH] 1、根据经纬度查询问题属地接口

---
 dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtUserWebController.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtUserWebController.java b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtUserWebController.java
index e6f18f7..182f0b2 100644
--- a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtUserWebController.java
+++ b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtUserWebController.java
@@ -388,7 +388,7 @@
     public Object userChoose(@CurrentUser String userId) {
         try {
             String roleCode = request.getParameter("roleCode");
-            List<SelectTermDTO> unitSelectTerms = service.userChoose(userId, roleCode);
+            SelectTermDTO unitSelectTerms = service.userChoose(userId, roleCode);
             return ReturnSucUtils.getRepInfo(unitSelectTerms);
         } catch (Exception e) {
             return ReturnFailUtils.getRepInfo(e.getMessage());

--
Gitblit v1.8.0