This commit is contained in:
linfso 2024-05-27 15:53:57 +08:00
parent 45006ec176
commit 2bdc592914

View File

@ -41,6 +41,11 @@
<result property="createSite" column="create_site" />
<result property="updateSite" column="update_site" />
<association property="createByName" column="create_by" select="selectEmpNameByCode"/>
<association property="updateByName" column="update_by" select="selectEmpNameByCode"/>
<association property="createSiteName" column="create_site" select="selectSiteNameByCode"/>
<association property="updateSiteName" column="update_site" select="selectSiteNameByCode"/>
<association property="applySiteName" column="apply_site_code" select="selectSiteNameByCode"/>
<association property="sendSiteName" column="send_site_code" select="selectSiteNameByCode"/>