WIP: dev #26

Closed
liwenlong wants to merge 4 commits from dev into jingquan
11 changed files with 56 additions and 44 deletions
Showing only changes of commit 05cb75e652 - Show all commits

View File

@ -24,7 +24,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and a.file_type = #{fileType} and a.file_type = #{fileType}
</if> </if>
<if test="createBy != null "> <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> </if>
order by a.create_time desc order by a.create_time desc
</select> </select>