sql调整
This commit is contained in:
parent
2e20af061e
commit
7dc595508d
@ -137,7 +137,7 @@
|
|||||||
</foreach>
|
</foreach>
|
||||||
</if>
|
</if>
|
||||||
<if test="dto.type != null">
|
<if test="dto.type != null">
|
||||||
AND b.type = #{dto.type}
|
AND a.type = #{dto.type}
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
</select>
|
</select>
|
||||||
|
Loading…
Reference in New Issue
Block a user