查询全部摄像头接口优化
This commit is contained in:
parent
bac2105efb
commit
442ac20d3c
|
@ -113,14 +113,9 @@ public class Controller {
|
|||
* @return
|
||||
*/
|
||||
@RequestMapping("selectAll")
|
||||
public Result selectAll(){
|
||||
public String selectAll(){
|
||||
|
||||
//System.out.println("selectAll start->"+System.currentTimeMillis());
|
||||
String listStr = cameraChannelService.selectAll();
|
||||
//System.out.println("selectAll end->"+System.currentTimeMillis());
|
||||
Result success = Result.success(listStr);
|
||||
|
||||
return success;
|
||||
return cameraChannelService.selectAll();
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue