|
@@ -16,8 +16,8 @@
|
|
|
<if test="dto.type != null and dto.type != ''">
|
|
<if test="dto.type != null and dto.type != ''">
|
|
|
and t1.type = #{dto.type}
|
|
and t1.type = #{dto.type}
|
|
|
</if>
|
|
</if>
|
|
|
- <if test="dto.status != null">
|
|
|
|
|
- and t1.status = #{dto.status}
|
|
|
|
|
|
|
+ <if test="dto.enabledMark != null">
|
|
|
|
|
+ and t1.status = #{dto.enabledMark}
|
|
|
</if>
|
|
</if>
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|