mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-13 21:32:07 +08:00
资金管理查询界面参数修正
This commit is contained in:
+2
-2
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user