|
|
@@ -35,6 +35,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="absValue != null"> and abs_value = #{absValue}</if>
|
|
|
<if test="content != null and content != ''"> and content = #{content}</if>
|
|
|
<if test="status != null "> and status = #{status}</if>
|
|
|
+ <if test="taskType != null "> and task_type = #{taskType}</if>
|
|
|
<if test="createTime != null "> and create_time = #{createTime}</if>
|
|
|
<if test="updateTime != null "> and update_time = #{updateTime}</if>
|
|
|
<if test="finishStatus != null "> and finish_status = #{finishStatus}</if>
|