From f1bcbc43e988d0d1a91bea66a9ebbf6d601e48c0 Mon Sep 17 00:00:00 2001
From: yanghui <2536613402@qq.com>
Date: 星期四, 13 十月 2022 10:33:19 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/huacheng_test' into huacheng_test

---
 springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComMngStructAreaDistrictServiceImpl.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComMngStructAreaDistrictServiceImpl.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComMngStructAreaDistrictServiceImpl.java
index 90f9096..16d33d7 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComMngStructAreaDistrictServiceImpl.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComMngStructAreaDistrictServiceImpl.java
@@ -40,16 +40,16 @@
     public R listAreaDistrict(Long cityAdcode) {
         List<ComMngStructAreaProvinceVO> comMngStructAreaProvinceVOS = new ArrayList<>();
         ComMngStructAreaProvinceVO comMngStructAreaProvinceVO = new ComMngStructAreaProvinceVO();
-        comMngStructAreaProvinceVO.setId(23);
+        comMngStructAreaProvinceVO.setId(23L);
         comMngStructAreaProvinceVO.setProvinceAdcode(510000);
         comMngStructAreaProvinceVO.setProvinceName("四川省");
         List<ComMngStructAreaCityVO> comMngStructAreaCityVOS = new ArrayList<>();
         ComMngStructAreaCityVO comMngStructAreaCityVO = new ComMngStructAreaCityVO();
         comMngStructAreaCityVO.setCityAdcode(510400);
         comMngStructAreaCityVO.setCityName("攀枝花市");
-        comMngStructAreaCityVO.setId(256);
+        comMngStructAreaCityVO.setId(256L);
         comMngStructAreaCityVO.setProvinceAdcode(510000);
-        comMngStructAreaCityVO.setProvinceId(23);
+        comMngStructAreaCityVO.setProvinceId(23L);
         List<ComMngStructAreaDistrictDO> comMngStructAreaDistrictDOS =
             comMngStructAreaDistrictDAO.selectList(new QueryWrapper<ComMngStructAreaDistrictDO>().lambda()
                 .eq(ComMngStructAreaDistrictDO::getCityAdcode, cityAdcode));

--
Gitblit v1.7.1