|
@@ -95,6 +95,15 @@
|
|
<if test="tenantType != null and tenantType != ''">
|
|
<if test="tenantType != null and tenantType != ''">
|
|
tenant_type = #{tenantType},
|
|
tenant_type = #{tenantType},
|
|
</if>
|
|
</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 != ''">
|
|
<if test="code != null and code != ''">
|
|
CODE = #{code},
|
|
CODE = #{code},
|
|
</if>
|
|
</if>
|