This commit is contained in:
linfso 2024-04-22 21:16:06 +08:00
parent 306f9f0125
commit ae27244f36

View File

@ -49,7 +49,7 @@
<result property="prodName" column="prod_name" />
<association property="prodName" column="prod_code" select="selectProdNameByCode"/>
<association property="transLine" column="trans_line" select="selectLineNameByCode"/>
<association property="transLine" column="trans_line_code" select="selectLineNameByCode"/>
<association property="useSiteName" column="use_site_code" select="selectSiteNameByCode"/>
</resultMap>