【工艺路线】查看详情
This commit is contained in:
parent
7f4274fbdb
commit
fcd1efb605
|
|
@ -44,8 +44,8 @@ public class ProcessRouteTaskApi extends BaseApi {
|
||||||
* @param rowId
|
* @param rowId
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
@GetMapping("detail/{rowId}")
|
@GetMapping("detail")
|
||||||
public ResultVO<ProcessRouteTaskVO> detail(@PathVariable Long rowId) {
|
public ResultVO<ProcessRouteTaskVO> detail(@RequestParam("rowId") Long rowId) {
|
||||||
return ResultVO.success(processRouteTaskService.detail(rowId));
|
return ResultVO.success(processRouteTaskService.detail(rowId));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue