rev:修改

This commit is contained in:
2025-07-16 13:24:57 +08:00
parent d6533098f4
commit ea8c26f9bb

View File

@@ -78,7 +78,7 @@ public class TaskManageController {
return new ResponseEntity<>(taskManageService.updateStation(whereJson),HttpStatus.OK);
}
@PostMapping("/TaskChainDtl")
@PostMapping("/queryTaskChainDtl")
@Log("查询任务链明细")
public ResponseEntity<Object> TaskChainDtl(@RequestBody JSONObject whereJson) {
return new ResponseEntity<>(taskManageService.TaskChainDtl(whereJson),HttpStatus.OK);