This commit is contained in:
linfso 2024-04-18 20:32:23 +08:00
parent 24d1d81d16
commit 1a1655c5dc

View File

@ -128,12 +128,11 @@
<result property="createSite" column="create_site" />
<result property="updateSite" column="update_site" />
<association property="countryName" column="countryCode" select="selectCountryNameByCode"/>
<association property="countryName" column="country_code" select="selectCountryNameByCode"/>
<association property="provinceName" column="province" select="selectRegionNameByCode"/>
<association property="cityName" column="city" select="selectRegionNameByCode"/>
<association property="countyName" column="county" select="selectRegionNameByCode"/>
<association property="townName" column="town" select="selectRegionNameByCode"/>
<association property="parentSiteName" column="parent_site_code" select="selectSiteNameByCode"/>
<association property="superiorFinanceCenterName" column="superior_finance_center_code" select="selectSiteNameByCode"/>
<association property="logoTypeName" column="logo_type" select="selectBrandNameByCode"/>