连接IoTDB数据库
parent
340e270b89
commit
455e208dca
|
@ -11,6 +11,7 @@ import org.springframework.web.bind.annotation.*;
|
|||
@RestController
|
||||
@RequestMapping("/sysCar")
|
||||
public class SysCarController {
|
||||
|
||||
@Autowired
|
||||
private SysCarService sysCarService;
|
||||
|
||||
|
@ -46,5 +47,4 @@ public class SysCarController {
|
|||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package com.muyu.controller;
|
||||
|
||||
|
||||
import com.muyu.common.core.domain.Result;
|
||||
import com.muyu.domain.SysCarLog;
|
||||
import com.muyu.service.SysCarLogService;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.web.bind.annotation.GetMapping;
|
||||
|
@ -9,7 +9,6 @@ import org.springframework.web.bind.annotation.PathVariable;
|
|||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@RestController
|
||||
@RequestMapping("/sysCarLog")
|
||||
|
|
|
@ -80,7 +80,7 @@ public class MessageTemplateTypeController {
|
|||
|
||||
/**
|
||||
* 根据车辆类型查出所对应的模版
|
||||
* @param templateName
|
||||
* @param templatedId
|
||||
* @return
|
||||
*/
|
||||
@PostMapping("/findMessageByTemplateName")
|
||||
|
|
Loading…
Reference in New Issue