src/main/java/org/springblade/modules/taskinfo/mapper/TaskInfoMapper.xml
@@ -32,6 +32,12 @@ <if test="taskinfo.title != null and taskinfo.title != '' "> and title like concat('%',#{taskinfo.title},'%') </if> <if test="taskinfo.state != null and taskinfo.state != '' "> and state = #{taskinfo.state} </if> <if test="taskinfo.toUserId != null and taskinfo.toUserId != '' "> and to_user_id = #{taskinfo.toUserId} </if> <if test="taskinfo.startTime != null "> and start_time >= #{taskinfo.startTime} </if>