md
This commit is contained in:
parent
0dda8f907a
commit
02eb9cae86
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user