diff --git a/src/main/resources/mybatis/datasource/inspectAnnually/InspectAnnuallyMapper.xml b/src/main/resources/mybatis/datasource/inspectAnnually/InspectAnnuallyMapper.xml
index 6dcdd24..63990ef 100644
--- a/src/main/resources/mybatis/datasource/inspectAnnually/InspectAnnuallyMapper.xml
+++ b/src/main/resources/mybatis/datasource/inspectAnnually/InspectAnnuallyMapper.xml
@@ -185,7 +185,7 @@
v1.PLATE_NUMBER
from
f
- left join sys_dictionaries b on f.ANNUAL_INSPECTION_CYCLE = b.DICTIONARIES_ID
+ left join sys_dictionaries b on f.ANNUAL_INSPECTION_CYCLE = b.DICTIONARIES_ID AND b.PARENT_ID = '8b7dea3977fd4360a3cc8112368b90ff'
INNER JOIN v_traffic v1 on f.VEHICLE=v1.ID
where f.ISDELETE = '0' and f.CORPINFO_ID = #{pd.CORPINFO_ID}