zhangyuewww 2 vuotta sitten
vanhempi
commit
115b69659e

+ 1 - 0
winsea-haixin-plugin-yiliangyiyun/src/main/resources/mapper/ExpenseInfoMapper.xml

@@ -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'