|
@@ -500,7 +500,8 @@
|
|
|
<if test="cwProjectRecordsDTO.reportNo!=null and cwProjectRecordsDTO.reportNo!=''">
|
|
|
and prnl.report_no=#{cwProjectRecordsDTO.reportNo}
|
|
|
</if>
|
|
|
- and a.id=#{id} or fib.program_id=(SELECT project_id FROM cw_project_report_archive where id=#{id})
|
|
|
+ and (a.id=#{id} or fib.program_id=(SELECT project_id FROM cw_project_report_archive where id=#{id}))
|
|
|
+ and (fib.account is not null or fib.account != '')
|
|
|
</where>
|
|
|
</select>
|
|
|
|