diff --git a/common/src/main/resources/mapper/ReportDataMapper.xml b/common/src/main/resources/mapper/ReportDataMapper.xml
index c7e36212..fb1669d9 100644
--- a/common/src/main/resources/mapper/ReportDataMapper.xml
+++ b/common/src/main/resources/mapper/ReportDataMapper.xml
@@ -383,6 +383,9 @@
AND CFA.VALUE LIKE '%'||#{workOrder}||'%'
+
+ AND CFA.VALUE LIKE '%'||#{career}||'%'
+
AND ZSD.SHOP_ORDER = #{shopOrder}