代码更新

This commit is contained in:
2022-07-05 10:38:45 +08:00
parent 7823a858b4
commit e6ba826a7a
8 changed files with 15 additions and 9 deletions

View File

@@ -145,7 +145,6 @@ public class DevicerunrecordServiceImpl implements DevicerunrecordService {
json.put("oee_value", oee_value);
} catch (Exception e) {
json.put("oee_value", 0);
tab.insert(json);
}
tab.insert(json);
}