应收账单审核

This commit is contained in:
赵辉
2026-03-09 23:28:59 +08:00
parent 8483bc3d5e
commit 285816055e
4 changed files with 13 additions and 0 deletions
@@ -122,4 +122,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<include refid="selectTmsReceiptPo"/>
<include refid="selectTmsReceiptPo1"/>
</select>
<select id="selectCnName" resultType="java.lang.String">
select chinese_name from NGWL_TEST_WLHY.TMS_SETTLEMENT_EXCHANGE_RATE where english_name = #{settlementCount}
</select>
</mapper>