Commit 9169dbe3 authored by chenzhao's avatar chenzhao

修改代码

parent e32cc8fa
......@@ -22,7 +22,7 @@ public interface IPlanDao extends BaseDao<Plan, Long> {
@Modifying
@Transactional
@Query(value = "select * from p_plan WHERE status NOT IN (0,5,6,7,8)", nativeQuery = true)
@Query(value = "select * from p_plan WHERE status NOT IN (0,7,8)", nativeQuery = true)
List<Plan> queryOutTimePlan();
@Modifying
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment