md
This commit is contained in:
parent
4388492ba0
commit
a0e410d567
@ -39,10 +39,8 @@
|
||||
<association property="transLineTypeName" column="trans_line_type" select="com.xdadan.erp.emis.mapper.EmisBaseMapper.selectLineNameByCode"/>
|
||||
|
||||
<!-- 个性化查询 -->
|
||||
|
||||
|
||||
<association property="sendCountryName" column="trans_line_type" select="selectFromCountryNameByLineCode"/>
|
||||
<association property="destCountryName" column="dest_country" select="selectCountryNameByCode"/>
|
||||
<association property="sendCountryName" column="trans_line_type" select="com.xdadan.erp.emis.mapper.EmisBaseMapper.selectFromCountryNameByLineCode"/>
|
||||
<association property="destCountryName" column="dest_country" select="com.xdadan.erp.emis.mapper.EmisBaseMapper.selectCountryNameByCode"/>
|
||||
|
||||
</resultMap>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user