This commit is contained in:
linfso 2024-04-17 11:01:12 +08:00
parent a8d99b12e4
commit d7da49c804

View File

@ -34,7 +34,7 @@
<association property="cityName" column="city" select="selectRegionNameByCode"/>
<association property="countyName" column="county" select="selectRegionNameByCode"/>
<association property="townName" column="town" select="selectRegionNameByCode"/>
<association property="siteName" column="town" select="selectSiteNameByCode"/>
<association property="siteName" column="site_code" select="selectSiteNameByCode"/>
</resultMap>