@@ -787,6 +787,7 @@
left join sys_user su on su.id = a.create_by_id and su.del_flag = '0'
where cw_prnl.report_no
like concat('%',#{reportType},'%')
+ and cw_prnl.report_no LIKE concat('%', YEAR(CURDATE()), '%')
and a.number is not null
and a.del_flag = '0'
and a.status = '5'