Bläddra i källkod

添加省市code

lihui001 3 år sedan
förälder
incheckning
328a9f393b
1 ändrade filer med 9 tillägg och 0 borttagningar
  1. 9 0
      user_center/src/main/resources/mapper/TenantMapper.xml

+ 9 - 0
user_center/src/main/resources/mapper/TenantMapper.xml

@@ -95,6 +95,15 @@
             <if test="tenantType != null and tenantType != ''">
                 tenant_type = #{tenantType},
             </if>
+            <if test="orgAreaId != null and orgAreaId != ''">
+                ORG_AREA_ID = #{orgAreaId},
+            </if>
+            <if test="provinceCode != null and provinceCode != ''">
+                province_code = #{provinceCode},
+            </if>
+            <if test="cityCode != null and cityCode != ''">
+                city_code = #{cityCode},
+            </if>
             <if test="code != null and code != ''">
                 CODE = #{code},
             </if>