Przeglądaj źródła

报销审核列表BUG修复

anderx 1 rok temu
rodzic
commit
e046735e21

+ 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}