|
@@ -116,7 +116,7 @@
|
|
|
left join sys_user su on a.project_leader_id = su.id and su.del_flag = '0'
|
|
|
left join sys_user su1 on a.create_by_id = su1.id and su1.del_flag = '0'
|
|
|
${ew.customSqlSegment}
|
|
|
- and a.project_level= '2' and a.del_flag = '0' and pr.id not in (select report_id from cw_fillingbatch_project where status in (2,3,5) and del_flag = '0')order by a.create_time DESC
|
|
|
+ and a.project_level = '2' and a.del_flag = '0' and pr.id not in (select report_id from cw_fillingbatch_project where status in (2,3,5) and del_flag = '0')order by a.create_time DESC
|
|
|
</select>
|
|
|
|
|
|
<select id="getIdList" resultType="string">
|