|
|
@@ -74,8 +74,8 @@ public class RestrictProjectController extends CertifyApiController {
|
|
|
/**
|
|
|
* 限定项目跟进
|
|
|
*/
|
|
|
- @RequestMapping(value = "/getFollowDtails", method = RequestMethod.GET)
|
|
|
- public Result<RestrictProjectPageList> getFollowDtails(String uid){
|
|
|
- return res().data(restrictProjectService.getFollowDtails(uid));
|
|
|
+ @RequestMapping(value = "/getFollowDetails", method = RequestMethod.GET)
|
|
|
+ public Result<RestrictProjectPageList> getFollowDetails(String uid){
|
|
|
+ return res().data(restrictProjectService.getFollowDetails(uid));
|
|
|
}
|
|
|
}
|