工地直转
This commit is contained in:
parent
c5475985b9
commit
e24109076c
|
|
@ -41,11 +41,6 @@ public class WorkSiteDirectManageController extends BaseController {
|
||||||
@Resource
|
@Resource
|
||||||
private WorkSiteDirectManageService workSiteDirectManageService;
|
private WorkSiteDirectManageService workSiteDirectManageService;
|
||||||
|
|
||||||
@Resource
|
|
||||||
private ApplyInfoService leaseApplyInfoService;
|
|
||||||
/* @Resource
|
|
||||||
private LeaseApplyDetailsService leaseApplyDetailsService;*/
|
|
||||||
|
|
||||||
@Resource
|
@Resource
|
||||||
private TaskService tmTaskService;
|
private TaskService tmTaskService;
|
||||||
|
|
||||||
|
|
@ -214,7 +209,7 @@ public class WorkSiteDirectManageController extends BaseController {
|
||||||
|
|
||||||
@ApiOperation(value = "查看详情")
|
@ApiOperation(value = "查看详情")
|
||||||
@GetMapping("/getInfo")
|
@GetMapping("/getInfo")
|
||||||
public AjaxResult refuse(String id) {
|
public AjaxResult getInfo(String id) {
|
||||||
return AjaxResult.success(workSiteDirectManageService.getInfoById(id));
|
return AjaxResult.success(workSiteDirectManageService.getInfoById(id));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue