#
vincent
2020-06-02 890c164aaf39c9ca28de044d8ac55bd4fe8cbc3e
src/main/java/com/zy/client/controller/SiteController.java
@@ -23,7 +23,7 @@
    @ManagerAuth(memo = "输送设备plc异常信息表")
    public R crnLatestData(){
        List<PlcErrorTable> list = new ArrayList<>();
        for (int i = 0; i<new Random().nextInt(30); i++){
        for (int i = 0; i<new Random().nextInt(13); i++){
            PlcErrorTable table = new PlcErrorTable();
            table.setNo(String.valueOf(i));
            table.setError("异常信息");