This commit is contained in:
Guoqs
2026-02-03 16:10:48 +08:00
parent 4aacf8b873
commit 1a1b72a469
2 changed files with 8 additions and 0 deletions

View File

@@ -2058,6 +2058,9 @@
<if test="endTime != null and endTime != ''">
and t1.create_time <![CDATA[ <= ]]> #{endTime,jdbcType=VARCHAR}
</if>
<if test="params != null and params.roleId != null and params.roleId > 2">
and t1.review_flag = '1'
</if>
<if test="startSettleTime != null and startSettleTime != ''">
and t1.settlement_time <![CDATA[ >= ]]> #{startSettleTime,jdbcType=VARCHAR}
</if>