操作日志查询修改

master
Xusan 2024-05-22 16:13:01 +08:00
parent a8773e12d7
commit 2c83c39456
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
AND A.TYPE = #{dto.type} AND A.TYPE = #{dto.type}
</if> </if>
<if test="dto.version != null and dto.version != '' "> <if test="dto.version != null and dto.version != '' ">
AND A.TYPE = #{dto.version} AND A.VERSION = #{dto.version}
</if> </if>
</where> </where>