This commit is contained in:
linfso 2024-04-25 10:30:08 +08:00
parent f917ca1769
commit 3e69e1e819
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
<result property="createSite" column="create_site" />
<result property="updateSite" column="update_site" />
<association property="useSite" column="use_site" select="selectSiteNameByCode"/>
<association property="useSite" column="use_site_code" select="selectSiteNameByCode"/>
</resultMap>

View File

@ -26,7 +26,7 @@
<result property="createSite" column="create_site" />
<result property="updateSite" column="update_site" />
<association property="useSite" column="use_site" select="selectSiteNameByCode"/>
<association property="useSite" column="use_site_code" select="selectSiteNameByCode"/>
</resultMap>