|
@@ -55,7 +55,7 @@
|
|
|
cast(tfcfe.create_id as char) as flowCreateId,
|
|
|
tffa.update_time as flowUpdateTime,
|
|
|
CASE
|
|
|
- WHEN tffa.status = 'FINISH' THEN '已完结'
|
|
|
+ WHEN tffa.status = 'FINISH' THEN '已完成'
|
|
|
WHEN tffa.status = 'END' THEN '已作废'
|
|
|
ELSE '进行中'
|
|
|
END as statusStr,
|
|
@@ -124,7 +124,7 @@
|
|
|
</if>
|
|
|
<if test="taskKey != null and taskKey != ''">
|
|
|
<choose>
|
|
|
- <when test="taskKey == '已完结'">
|
|
|
+ <when test="taskKey == '已完成'">
|
|
|
and tffa.status IN ('FINISH')
|
|
|
</when>
|
|
|
<otherwise>
|