| | |
| | | } |
| | | |
| | | @Override |
| | | public void increasePlanUrl(int planId, String url,String name,Long size) { |
| | | this.baseMapper.increasePlanUrl(planId, url,name,size); |
| | | public void increasePlanUrl(int planId, String url,String name,Long size,String userName,Long userId) { |
| | | this.baseMapper.increasePlanUrl(planId, url,name,size,userName,userId); |
| | | } |
| | | |
| | | @Override |
| | |
| | | return this.baseMapper.selectPlanUrlPlanIdSize(id); |
| | | } |
| | | |
| | | @Override |
| | | public String selectPlanUrlPlanIdUserName(int id) { |
| | | return this.baseMapper.selectPlanUrlPlanIdUserName(id); |
| | | } |
| | | |
| | | |
| | | @Override |
| | | public String getUuid(Long hostId) { |