md
This commit is contained in:
parent
f1edb20436
commit
3c20f744e5
@ -186,8 +186,8 @@
|
||||
<association property="printSiteName" column="print_site" select="selectSiteNameByCode"/>
|
||||
<association property="printManName" column="print_man_code" select="selectEmpNameByCode"/>
|
||||
|
||||
<association property="salesmenName" column="salesmen" select="selectEmpNameByCode"/>
|
||||
<association property="payeeName" column="payee" select="selectEmpNameByCode"/>
|
||||
<!-- <association property="salesmenName" column="salesmen" select="selectEmpNameByCode"/>-->
|
||||
<!-- <association property="payeeName" column="payee" select="selectEmpNameByCode"/>-->
|
||||
|
||||
</resultMap>
|
||||
|
||||
@ -200,7 +200,6 @@
|
||||
</select>
|
||||
|
||||
|
||||
|
||||
<select id="selectCountryNameByCode" parameterType="String" resultType="string">
|
||||
select a.name from emis_country a where a.code = #{code} and a.del_flag='0' limit 1
|
||||
</select>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user