Преглед изворни кода

报销审核列表BUG修复

anderx пре 1 година
родитељ
комит
e046735e21
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      src/main/java/com/goafanti/common/mapper/ExpenseAccountMapper.xml

+ 0 - 2
src/main/java/com/goafanti/common/mapper/ExpenseAccountMapper.xml

@@ -893,7 +893,6 @@
       </if>
     </if>
     <if test="roleType > 0">
-        <if test="roleType !=3">
           <if test="listStatus ==0">
             and b.process_status =eae.type
             and eae.status=0
@@ -902,7 +901,6 @@
             and b.process_status &gt;= eae.type
             and eae.status=1
           </if>
-        </if>
     </if>
     <if test="startTime !=null and endTime !=null ">
       and b.create_time between #{startTime} and #{endTime}