|
@@ -112,9 +112,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="status != null and status != 0">
|
|
<if test="status != null and status != 0">
|
|
and r.status=#{status}
|
|
and r.status=#{status}
|
|
</if>
|
|
</if>
|
|
- <if test="status == null || status == ''">
|
|
|
|
- AND r.status = '1'
|
|
|
|
- </if>
|
|
|
|
<if test="!dsFlay">
|
|
<if test="!dsFlay">
|
|
and
|
|
and
|
|
<trim prefix="(" prefixOverrides="or" suffix=")">
|
|
<trim prefix="(" prefixOverrides="or" suffix=")">
|