|
|
@@ -240,6 +240,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="dto.lotoId != null and dto.lotoId == 0">
|
|
|
and p.loto_id is null
|
|
|
</if>
|
|
|
+ <if test="dto.switchMapId != null and dto.switchMapId != 0">
|
|
|
+ and p.switch_map_id = #{dto.switchMapId}
|
|
|
+ </if>
|
|
|
<if test="dto.switchMapId != null and dto.switchMapId == 0">
|
|
|
and p.switch_map_id is null
|
|
|
</if>
|