|
|
@@ -1579,7 +1579,7 @@
|
|
|
where a.split_status in (0,2) and b. delete_sign in (0,2)
|
|
|
<!-- 筛选项 0库存 1派单 2完成 3立项 4抽查 5未通过 6受理 7完结 8授权 9驳回 10下证 11申请 -->
|
|
|
<if test="screen ==0">
|
|
|
- and a.project_status in(1,2,3)
|
|
|
+ and a.project_status in(0,1,2,3)
|
|
|
</if>
|
|
|
<if test="screen ==2">
|
|
|
and a.project_status > 3
|
|
|
@@ -1684,7 +1684,7 @@
|
|
|
where a.split_status in (0,2) and b. delete_sign in (0,2)
|
|
|
<!-- 筛选项 0库存 1派单 2完成 3立项 4抽查 5未通过 6受理 7完结 8授权 9驳回 10下证 11申请 -->
|
|
|
<if test="screen ==0">
|
|
|
- and a.project_status in(1,2,3)
|
|
|
+ and a.project_status in(0,1,2,3)
|
|
|
</if>
|
|
|
<if test="screen ==2">
|
|
|
and a.project_status > 3
|