|
|
@@ -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 >= eae.type
|
|
|
and eae.status=1
|
|
|
</if>
|
|
|
- </if>
|
|
|
</if>
|
|
|
<if test="startTime !=null and endTime !=null ">
|
|
|
and b.create_time between #{startTime} and #{endTime}
|