|
@@ -1870,7 +1870,7 @@ inner join(
|
|
|
or superior_id= #{aid,jdbcType=VARCHAR}
|
|
or superior_id= #{aid,jdbcType=VARCHAR}
|
|
|
) y
|
|
) y
|
|
|
on y.id=a.information_maintainer
|
|
on y.id=a.information_maintainer
|
|
|
- where 1=1 a.status=0
|
|
|
|
|
|
|
+ where 1=1 and a.status=0
|
|
|
<if test="type !=null and type!=''">
|
|
<if test="type !=null and type!=''">
|
|
|
and a.`type`=#{type,jdbcType=VARCHAR}
|
|
and a.`type`=#{type,jdbcType=VARCHAR}
|
|
|
</if>
|
|
</if>
|