|
|
@ -11,11 +11,7 @@ import com.msdw.tms.dao.UserDao; |
|
|
|
import com.msdw.tms.dao.UserInfoDao; |
|
|
|
import com.msdw.tms.dao.UserInfoDao; |
|
|
|
import com.msdw.tms.entity.StudentEntity; |
|
|
|
import com.msdw.tms.entity.StudentEntity; |
|
|
|
import com.msdw.tms.entity.UserInfoEntity; |
|
|
|
import com.msdw.tms.entity.UserInfoEntity; |
|
|
|
import com.msdw.tms.entity.response.CommonCode; |
|
|
|
|
|
|
|
import com.msdw.tms.entity.response.ResponseResult; |
|
|
|
|
|
|
|
import com.msdw.tms.entity.response.ResultCode; |
|
|
|
|
|
|
|
import com.msdw.tms.entity.vo.CheckVo; |
|
|
|
import com.msdw.tms.entity.vo.CheckVo; |
|
|
|
import com.msdw.tms.entity.vo.StaffVo; |
|
|
|
|
|
|
|
import com.msdw.tms.entity.vo.StudentVo; |
|
|
|
import com.msdw.tms.entity.vo.StudentVo; |
|
|
|
import com.msdw.tms.entity.vo.UserProsonalEntityVo; |
|
|
|
import com.msdw.tms.entity.vo.UserProsonalEntityVo; |
|
|
|
import com.msdw.tms.service.UserInfoService; |
|
|
|
import com.msdw.tms.service.UserInfoService; |
|
|
@ -229,7 +225,7 @@ public class UserInfoServiceImpl extends ServiceImpl<UserInfoDao, UserInfoEntity |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|
public Integer queryAccountExist(String account) { |
|
|
|
public Integer queryAccountExist(String account,Integer userId) { |
|
|
|
return userInfoDao.queryAccountExist(account); |
|
|
|
return userInfoDao.queryAccountExist(account,userId); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|