md
This commit is contained in:
parent
45006ec176
commit
2bdc592914
@ -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"/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user