bms改造;
This commit is contained in:
@@ -271,4 +271,16 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
</if>
|
||||
</sql>
|
||||
|
||||
<select id="getTaxRate" resultType="java.util.Map">
|
||||
SELECT
|
||||
RATE as "taxRate"
|
||||
FROM
|
||||
EXPENSE_ACCOUNT
|
||||
WHERE
|
||||
SUBJECT_CODE = #{subjectCode}
|
||||
AND SUBJECT_NAME = #{subjectName}
|
||||
AND DEL_FLAG = 1
|
||||
AND ORGANIZATION_ID = #{organizationId}
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user