|
@@ -33,6 +33,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="description != null and description != ''"> and description = #{description}</if>
|
|
|
<if test="projectId != null "> and a.project_id = #{projectId}</if>
|
|
|
<if test="status != null and status != ''"> and status = #{status}</if>
|
|
|
+ <if test="createTime != null"> and Date(a.create_time) = #{createTime}</if>
|
|
|
</where>
|
|
|
order by a.create_time desc
|
|
|
</select>
|