This commit is contained in:
linfso 2024-05-30 07:08:33 +08:00
parent 0dda8f907a
commit 02eb9cae86

View File

@ -20,13 +20,13 @@
<result property="createSite" column="create_site" />
<result property="updateSite" column="update_site" />
<association property="productTypeName" column="prod_code" select="selectProdNameByCode"/>
<association property="transLineTypeName" column="trans_line_code" select="selectLineNameByCode"/>
<association property="productTypeName" column="product_type" select="selectProdNameByCode"/>
<association property="transLineTypeName" column="trans_line_type" select="selectLineNameByCode"/>
<association property="totalEstCostDay" column="id" select="selectTotalEstCostDayByPlanId"/>
<association property="fromCountryName" column="trans_line_code" select="selectFromCountryNameByLineCode"/>
<association property="countryName" column="trans_line_code" select="selectCountryNameByLineCode"/>
<association property="fromCountryName" column="trans_line_type" select="selectFromCountryNameByLineCode"/>
<association property="countryName" column="trans_line_type" select="selectCountryNameByLineCode"/>
</resultMap>