anderx 1 год назад
Родитель
Сommit
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>
     </if>
     <if test="roleType > 0">
     <if test="roleType > 0">
-        <if test="roleType !=3">
           <if test="listStatus ==0">
           <if test="listStatus ==0">
             and b.process_status =eae.type
             and b.process_status =eae.type
             and eae.status=0
             and eae.status=0
@@ -902,7 +901,6 @@
             and b.process_status &gt;= eae.type
             and b.process_status &gt;= eae.type
             and eae.status=1
             and eae.status=1
           </if>
           </if>
-        </if>
     </if>
     </if>
     <if test="startTime !=null and endTime !=null ">
     <if test="startTime !=null and endTime !=null ">
       and b.create_time between #{startTime} and #{endTime}
       and b.create_time between #{startTime} and #{endTime}