优化
This commit is contained in:
parent
2f869a7de9
commit
be7f873791
@ -113,7 +113,7 @@ public class FirePointController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 查询今天的火点信息
|
* 查询今天的火点信息(Complete)
|
||||||
*/
|
*/
|
||||||
@GetMapping("/selectTodayFirePoint")
|
@GetMapping("/selectTodayFirePoint")
|
||||||
public String selectTodayFirePoint(@RequestHeader(value = "Authorization") String token, @RequestParam("countyCode") String countyCode) {
|
public String selectTodayFirePoint(@RequestHeader(value = "Authorization") String token, @RequestParam("countyCode") String countyCode) {
|
||||||
@ -124,7 +124,7 @@ public class FirePointController {
|
|||||||
* 动态多条件查询火点信息
|
* 动态多条件查询火点信息
|
||||||
*/
|
*/
|
||||||
@PostMapping("/selectFirePoint")
|
@PostMapping("/selectFirePoint")
|
||||||
public String selectFirePoint(@RequestBody Map map, @RequestHeader(value = "Authorization") String token) {
|
public String selectFirePoint(@RequestHeader(value = "Authorization") String token, @RequestBody Map map) {
|
||||||
// 区县编码
|
// 区县编码
|
||||||
String cityCode = (String) map.get("cityCode");
|
String cityCode = (String) map.get("cityCode");
|
||||||
// 开始时间
|
// 开始时间
|
||||||
|
Loading…
Reference in New Issue
Block a user