소스 검색

财务报销 功能优化

zhaoxian 2 년 전
부모
커밋
3cef68165d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      jeecg-boot-module-system/src/main/java/cn/com/ctop/reimburse/mondule/mapper/xml/ReimburseApplyMapper.xml

+ 1 - 0
jeecg-boot-module-system/src/main/java/cn/com/ctop/reimburse/mondule/mapper/xml/ReimburseApplyMapper.xml

@@ -99,6 +99,7 @@
         WHERE 1=1
         <if test="financialReview == 1">
             AND leader_id = ''
+            AND final_status = 1
         </if>
         <if test="financialReview == null">
             AND ( t1.user_id = #{userId}