资金管理查询界面参数修正

This commit is contained in:
gaoqr
2025-10-20 15:26:39 +08:00
parent be88f91e89
commit de2bdb09c4
12 changed files with 68 additions and 4 deletions
@@ -33,8 +33,8 @@
<if test="reqVO.incomeExpenseType != null">
AND i.income_expense_type = #{reqVO.incomeExpenseType}
</if>
<if test="reqVO.createTime != null and reqVO.createTime.length == 2">
AND i.create_time between #{reqVO.createTime[0]} and #{reqVO.createTime[1]}
<if test="reqVO.operateTime != null and reqVO.operateTime.length == 2">
AND i.create_time between #{reqVO.operateTime[0]} and #{reqVO.operateTime[1]}
</if>
<if test="reqVO.productPrice != null">
AND p.total_amount = #{reqVO.productPrice}