|
|
@@ -55,9 +55,9 @@ public class EnterpriseController {
|
|
|
* @return 完整的企业信息
|
|
|
*/
|
|
|
@RequestMapping(value = "/{enuu}/detailInfo", method = RequestMethod.GET)
|
|
|
- public Enterprise getUserSpaceDetailByEnuu(@PathVariable Long enuu){
|
|
|
+ public UserSpaceView getUserSpaceDetailByEnuu(@PathVariable Long enuu){
|
|
|
try {
|
|
|
- return enterpriseService.getEnterpriseInfo(enuu);
|
|
|
+ return AccountUtils.findBySpaceUU(enuu) ;
|
|
|
}catch (Exception e){
|
|
|
return null;
|
|
|
}
|