|
|
@ -650,9 +650,9 @@ public class CustomerStaffServiceImpl extends BaseServiceImpl<CustomerStaffDao, |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public Result<BasicInfoResultDTO> selectStaffBasicInfo(String userId) { |
|
|
|
BasicInfoResultDTO resultDTO = baseDao.selectStaffBasicInfo(userId); |
|
|
|
return new Result<BasicInfoResultDTO>().ok(resultDTO); |
|
|
|
public Result<StaffBasicInfoResultDTO> selectStaffBasicInfo(String userId) { |
|
|
|
StaffBasicInfoResultDTO resultDTO = baseDao.selectStaffBasicInfo(userId); |
|
|
|
return new Result<StaffBasicInfoResultDTO>().ok(resultDTO); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|