diff --git a/ServiceSiteCommon/src/main/java/com/seasky/template/business/dao/xml/IncomeTypeMapper.xml b/ServiceSiteCommon/src/main/java/com/seasky/template/business/dao/xml/IncomeTypeMapper.xml index 0d56e21058ae80798f7f9f12b97ab172b08c3a52..e7a6e48d527320813890b8493ecb514be079367a 100644 --- a/ServiceSiteCommon/src/main/java/com/seasky/template/business/dao/xml/IncomeTypeMapper.xml +++ b/ServiceSiteCommon/src/main/java/com/seasky/template/business/dao/xml/IncomeTypeMapper.xml @@ -10,7 +10,7 @@ FROM t_income_type a LEFT JOIN - t_inome_type_department b ON a.id = b.income_type_id and a.available = 'YES' and b.available = 'YES' + t_income_type_department b ON a.id = b.income_type_id and a.available = 'YES' and b.available = 'YES' LEFT JOIN t_department c ON b.department_id = c.id and c.available = 'YES' GROUP BY