自动化立体仓库 - WCS系统
Junjie
2023-12-26 2c9689ad1f2f3d80e068117b81448abd1619835c
src/main/java/com/zy/asrs/mapper/BasLiftOptMapper.java
@@ -18,6 +18,8 @@
    List<Map<String, Object>> selectRunStatistic();//获取提升机每天运行数据
    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);