浏览代码

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

梁世豪 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>