浏览代码

报账审批列表出现之外的审批记录

ly 10 月之前
父节点
当前提交
b367924b26
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/main/resources/mapper/PrjApproverecordDao.xml

+ 3 - 0
src/main/resources/mapper/PrjApproverecordDao.xml

@@ -568,6 +568,9 @@
568 568
         <if test="wc != null and wc != ''">
569 569
             and a.WC = #{wc}
570 570
         </if>
571
+        <if test="tableName != null and tableName != ''">
572
+            and a.TABLENAME = #{tableName}
573
+        </if>
571 574
         <choose>
572 575
             <when test="sortName != null and sortName != '' and sortOrder != null and sortOrder != ''">
573 576
                 order by ${sortName} ${sortOrder} DESC