src/main/java/org/springblade/modules/task/mapper/TaskMapper.xml
@@ -36,8 +36,8 @@ <if test="task.taskUser!=null and task.taskUser!=''"> and t.task_user=#{task.taskUser} </if> <if test="task.User!=null and task.User!=''"> and t.create_user=#{task.User} <if test="task.farmId!=null and task.farmId!=''"> and l.farm_id = #{task.farmId} </if> </select>