|
@@ -189,7 +189,7 @@ public class RoleManageServiceImpl implements IRoleManageService {
|
|
|
*/
|
|
|
private Map<String, Object> getNameById(Map<String, Object> dataMap){
|
|
|
|
|
|
- /*//投手名
|
|
|
+ //投手名
|
|
|
if (dataMap.get("put_user_id") != null) {
|
|
|
dataMap.put("put_user_name",
|
|
|
sysUserRpc.getById(Long.valueOf((String) dataMap.get("put_user_id"))).getData().getNickname());
|
|
@@ -208,7 +208,7 @@ public class RoleManageServiceImpl implements IRoleManageService {
|
|
|
if (dataMap.get("customer_service_id") != null) {
|
|
|
dataMap.put("customer_service_name",
|
|
|
sysUserRpc.getById((Long) dataMap.get("customer_service_id")).getData().getNickname());
|
|
|
- }*/
|
|
|
+ }
|
|
|
|
|
|
return dataMap;
|
|
|
}
|