@ -1,7 +1,7 @@
$(() => {
//设备OEE统计
$.getJSON('/aluminumLiner/getOeeStatistics', function (result) {
$.getJSON('/tankShell/getOeeStatistics', function (result) {
OEEStatistics(result, document.getElementById("OEEStatistics"));
});