|
|
@ -21,6 +21,8 @@ import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; |
|
|
|
import com.baomidou.mybatisplus.core.metadata.IPage; |
|
|
|
import com.epmet.commons.mybatis.service.impl.BaseServiceImpl; |
|
|
|
import com.epmet.commons.tools.constant.FieldConstant; |
|
|
|
import com.epmet.commons.tools.exception.EpmetErrorCode; |
|
|
|
import com.epmet.commons.tools.exception.RenException; |
|
|
|
import com.epmet.commons.tools.page.PageData; |
|
|
|
import com.epmet.commons.tools.utils.ConvertUtils; |
|
|
|
import com.epmet.dao.stats.DimGridDao; |
|
|
@ -112,8 +114,8 @@ public class DimGridServiceImpl extends BaseServiceImpl<DimGridDao, DimGridEntit |
|
|
|
@Override |
|
|
|
public List<DimGridEntity> getGridListByCustomerId(String customerId) { |
|
|
|
if (StringUtils.isBlank(customerId)){ |
|
|
|
throw new RenException(EpmetErrorCode.INTERNAL_VALIDATE_ERROR.getCode(),EpmetErrorCode.INTERNAL_VALIDATE_ERROR.getMsg()); |
|
|
|
} |
|
|
|
//baseDao.getGridListByCustomerId(customerId);
|
|
|
|
return null; |
|
|
|
return baseDao.getGridListByCustomerId(customerId); |
|
|
|
} |
|
|
|
} |