Commit 5f3b64f7 by huluobin

update

parent 70a69316
......@@ -26,6 +26,7 @@ public class BaseServeServiceImpl extends ServiceImpl<BaseServeMapper, BaseServe
@Override
public BaseServe getAggregate(Integer id, LocalDateTime date, Integer departmentId) {
return baseServeMapper.selectById(id);
BaseServe baseServe = baseServeMapper.selectById(id);
return baseServe;
}
}
......@@ -15,7 +15,4 @@ public interface BaseServeMapper extends BaseMapper<BaseServe> {
IPage<BaseServe> listServeForPage(@Param("page") IPage<BaseServe> page, @Param("baseServe") BaseServe baseServe);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment