소스 검색

已报账费用申请页面数据查看问题

梁世豪 11 달 전
부모
커밋
1396c98c60
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/resources/mapper/StaBudgetapprovalDao.xml

+ 1 - 0
src/main/resources/mapper/StaBudgetapprovalDao.xml

@@ -522,6 +522,7 @@
522 522
         left join prj_AnnualBudgetDetail g on g.ID = b.FYLB
523 523
         left join sta_Reimbursement r on r.FYSQ = b.ID
524 524
         where b.SFBZ = 1
525
+        and r.spzt = '审批结束'
525 526
         <if test="userId != null and userId != ''">
526 527
             and (b.SQR = #{userId} or #{userId} in (select SHR from prj_ApproveRecord where XMID = b.ID))
527 528
         </if>