select * from sysmaintplan_plans select * from sysmaintplan_log select * from sysmaintplan_subplans
2.根據(jù)ID號(hào)刪除相應(yīng)的"維護(hù)計(jì)劃"
復(fù)制代碼 代碼如下:
delete from sysmaintplan_log where plan_id = ' ‘ delete from sysmaintplan_subplans where subplan_id = ' ' delete from sysmaintplan_plans where id = ' '