Ver código fonte

报销审核列表BUG修复

anderx 2 anos atrás
pai
commit
e046735e21

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