websocket优化调整

This commit is contained in:
2025-08-06 13:36:18 +08:00
parent a27eb7e462
commit ca1b1661d1
19 changed files with 1170 additions and 424 deletions

View File

@@ -1,7 +1,6 @@
package com.njcn;
import com.njcn.gather.EntranceApplication;
import com.njcn.gather.report.pojo.DevReportParam;
import com.njcn.gather.report.service.IPqReportService;
import com.njcn.http.util.RestTemplateUtil;
import org.junit.Test;
@@ -13,7 +12,6 @@ import org.springframework.test.context.junit4.SpringRunner;
import org.springframework.test.context.web.WebAppConfiguration;
import java.io.File;
import java.util.HashMap;
/**