sql调整

This commit is contained in:
aikai 2024-04-17 16:37:36 +08:00
parent 2e20af061e
commit 7dc595508d

View File

@ -137,7 +137,7 @@
</foreach>
</if>
<if test="dto.type != null">
AND b.type = #{dto.type}
AND a.type = #{dto.type}
</if>
</where>
</select>