#
Junjie
2025-03-31 7a48e3bdb861f287f2288225a3e0d2b93b3b0442
src/main/java/com/zy/asrs/mapper/BasLiftOptMapper.java
@@ -20,10 +20,4 @@
    List<Map<String, Object>> selectRunErrorStatistic(int time);//获取提升机每天运行异常数据
    @Insert("insert into asr_bas_lift_opt_storage select * from asr_bas_lift_opt where id in (select id from asr_bas_lift_opt where DATEDIFF(day, send_time, GETDATE()) > #{day})")
    int saveToStorage(Integer day);
    @Delete("delete from asr_bas_lift_opt where id in (select id from asr_bas_lift_opt where DATEDIFF(day, send_time, GETDATE()) > #{day})")
    int deleteByDay(Integer day);
}