zhangyuewww %!s(int64=2) %!d(string=hai) anos
pai
achega
8f45c7b93a

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

@@ -25,6 +25,9 @@
             <if test="toExamineType == 2">
                 AND approve_status is null and status='待付款'
             </if>
+            <if test="toExamineType == 3">
+                AND  status='待确认'
+            </if>
         </if>
         <if test="createUserId != null and createUserId != ''">
             AND create_user_id= #{createUserId}
@@ -209,6 +212,9 @@
             <if test="toExamineType == 2">
                 AND approve_status is null and status='待付款'
             </if>
+            <if test="toExamineType == 3">
+                AND  status='待确认'
+            </if>
         </if>
         <if test="createUserId != null and createUserId != ''">
             AND create_user_id= #{createUserId}