修复流水明细查询流入页签SQL拼接错误
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user