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