操作日志查询修改
parent
2c83c39456
commit
3290a93cc2
|
|
@ -18,10 +18,10 @@
|
|||
AND A.ID = #{dto.abId}
|
||||
</if>
|
||||
<if test="dto.type != null and dto.type != '' ">
|
||||
AND A.TYPE = #{dto.type}
|
||||
AND V.TYPE = #{dto.type}
|
||||
</if>
|
||||
<if test="dto.version != null and dto.version != '' ">
|
||||
AND A.VERSION = #{dto.version}
|
||||
AND V.VERSION = #{dto.version}
|
||||
</if>
|
||||
</where>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue