This commit is contained in:
linfso 2024-05-20 03:27:54 +08:00
parent f1edb20436
commit 3c20f744e5

View File

@ -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>