From 504ddbf37d7fc6cc25ca80bc7cd9ca9dbc95689e Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期五, 13 十二月 2024 11:23:32 +0800
Subject: [PATCH] 完善同步配置文件

---
 pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/util/DistrictLevel.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/util/DistrictLevel.java b/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/util/DistrictLevel.java
index 29a674b..8e49596 100644
--- a/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/util/DistrictLevel.java
+++ b/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/util/DistrictLevel.java
@@ -53,9 +53,9 @@
     }
 
     public static DistrictLevel get(Byte code){
-        if(code.byteValue() == Province.code.byteValue()){
-            return Province ;
-        }if(code.byteValue() == City.code.byteValue()){
+        if(code.byteValue() == Province.code.byteValue()) {
+            return Province;
+        }else if(code.byteValue() == City.code.byteValue()){
             return City ;
         }else if(code.byteValue() == County.code.byteValue()){
             return County ;

--
Gitblit v1.8.0