|
@@ -33,6 +33,7 @@
|
|
|
j.GKJYR,
|
|
|
(case (s.RECORD_STATUS) when 10 then '变更已完成'
|
|
|
when 6 then '取消完成'
|
|
|
+ when 4 then '不通过'
|
|
|
when 8 then '作废'
|
|
|
when 2 then '完成'
|
|
|
end) RECORD_STATUS,
|
|
@@ -71,7 +72,8 @@
|
|
|
and t3.task_key = 'xssc'
|
|
|
where (s.record_status = 2
|
|
|
or s.record_status = 10
|
|
|
- or s.record_status = 6)
|
|
|
+ or s.record_status = 6
|
|
|
+ or s.record_status = 4)
|
|
|
]]>
|
|
|
<if test="szd!=null and szd!=''">
|
|
|
AND s.SZD LIKE CONCAT(CONCAT('%', '${szd}'),'%')
|
|
@@ -135,6 +137,7 @@
|
|
|
(case (s.RECORD_STATUS) when 10 then '变更已完成'
|
|
|
when 6 then '取消完成'
|
|
|
when 8 then '作废'
|
|
|
+ when 4 then '不通过'
|
|
|
when 2 then '完成'
|
|
|
end) RECORD_STATUS,
|
|
|
(case (s.RECORD_STATUS) when 10 then T3.AUDIT_USERNAME
|
|
@@ -172,7 +175,8 @@
|
|
|
and t3.task_key = 'xssc'
|
|
|
where (s.record_status = 2
|
|
|
or s.record_status = 10
|
|
|
- or s.record_status = 6)
|
|
|
+ or s.record_status = 6
|
|
|
+ or s.record_status = 4)
|
|
|
]]>
|
|
|
<if test="szd!=null and szd!=''">
|
|
|
AND s.SZD LIKE CONCAT(CONCAT('%', '${szd}'),'%')
|