@@ -401,6 +401,7 @@
WHERE
ei.delete_flag = '0'
and ei.cost_type='5'
+ and ei.status!='待确认'
<if test="searchType != null and searchType != ''">
<if test="searchType == 1">
AND ei.expenses_type = '1'