修复流水明细查询流入页签SQL拼接错误

This commit is contained in:
wkc
2026-03-10 17:54:17 +08:00
parent 120255fcd5
commit 68325518d7
2 changed files with 122 additions and 1 deletions

View File

@@ -148,7 +148,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</sql>
<sql id="statementFilterWhere">
bs.project_id = #{query.projectId}
AND (bs.project_id = #{query.projectId})
<if test="query.tabType == 'in'">
AND IFNULL(bs.AMOUNT_CR, 0) > 0
</if>