lihui001 пре 3 година
родитељ
комит
328a9f393b
1 измењених фајлова са 9 додато и 0 уклоњено
  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>