修复bug3
This commit is contained in:
@ -24,7 +24,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
and a.file_type = #{fileType}
|
||||
</if>
|
||||
<if test="createBy != null ">
|
||||
and (a.create_by = #{createBy} or a.update_by = 0)
|
||||
and (a.create_by = #{createBy} or a.create_by = 0)
|
||||
</if>
|
||||
order by a.create_time desc
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user