增加流程结束状态

2024年7月4日 12:54:43
This commit is contained in:
xiang2lin 2024-07-04 12:54:48 +08:00
parent 020e5955e8
commit 3769d1601d
1 changed files with 1 additions and 0 deletions

View File

@ -414,6 +414,7 @@
<if test="finishedflag != null and finishedflag !='' "> and v.finishedflag = #{finishedflag} </if>
and v.amount > 0
and v.payResult is null
and v.finishedflag = 1
</trim>
</select>