mirror of
https://github.com/Hello-hao/Tbed.git
synced 2024-04-21 12:32:10 +00:00
:art:完善部分新功能
This commit is contained in:
@@ -3,7 +3,6 @@ package cn.hellohao.service.impl;
|
||||
import cn.hellohao.dao.CodeMapper;
|
||||
import cn.hellohao.dao.UserMapper;
|
||||
import cn.hellohao.exception.CodeException;
|
||||
import cn.hellohao.pojo.Images;
|
||||
import cn.hellohao.pojo.User;
|
||||
import cn.hellohao.service.UserService;
|
||||
import cn.hellohao.utils.Print;
|
||||
@@ -42,11 +41,6 @@ public class UserServiceImpl implements UserService {
|
||||
return userMapper.getUsers(user);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Integer insertimg(Images img) {
|
||||
// TODO Auto-generated method stub
|
||||
return userMapper.insertimg(img);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Integer change(User user) {
|
||||
|
||||
Reference in New Issue
Block a user