bug修改
This commit is contained in:
@@ -77,7 +77,7 @@ public class ScheduledTask extends BaseService {
|
||||
@Test
|
||||
public void test() throws IOException {
|
||||
}
|
||||
@Scheduled(fixedDelay = 1000*60)
|
||||
//@Scheduled(fixedDelay = 1000*60)
|
||||
public void testWebsocket() throws IOException {
|
||||
//查询出正在进炉加工的curr_task,查询对应炉号是否Working,查询计划时间,剩余时间,查询标识卡详情
|
||||
List<CurrTask> currTaskList = currTaskServiceBiz.list(new QueryWrapper<CurrTask>().eq(CurrTask.IS_IN, 1));
|
||||
|
||||
Reference in New Issue
Block a user