Commit 7cdfb1e3 authored by tangfang's avatar tangfang

修改公司查询审核信息问题

parent e70ce48b
...@@ -17,7 +17,7 @@ import org.springframework.web.bind.annotation.RestController; ...@@ -17,7 +17,7 @@ import org.springframework.web.bind.annotation.RestController;
/** /**
* 日志操作控制类 * 日志操作控制类
* *
* @author 颜佐光 * @author tf
*/ */
@RestController @RestController
@RequestMapping("/token") @RequestMapping("/token")
......
...@@ -5,7 +5,7 @@ import com.yanzuoguang.dao.BaseDao; ...@@ -5,7 +5,7 @@ import com.yanzuoguang.dao.BaseDao;
/** /**
* 登录接口基本操作类 * 登录接口基本操作类
* @author 颜佐光 * @author tf
*/ */
public interface TokenDao extends BaseDao { public interface TokenDao extends BaseDao {
} }
...@@ -8,7 +8,7 @@ import org.springframework.stereotype.Component; ...@@ -8,7 +8,7 @@ import org.springframework.stereotype.Component;
/** /**
* 登录数据库写入实现类 * 登录数据库写入实现类
* *
* @author 颜佐光 * @author tf
*/ */
@Component @Component
public class TokenDaoImpl extends BaseDaoImpl implements TokenDao { public class TokenDaoImpl extends BaseDaoImpl implements TokenDao {
......
...@@ -8,7 +8,7 @@ import com.pangding.web.vo.system.res.company.CompanyKeyResVo; ...@@ -8,7 +8,7 @@ import com.pangding.web.vo.system.res.company.CompanyKeyResVo;
/** /**
* 登录服务 * 登录服务
* *
* @author 颜佐光 * @author tf
*/ */
public interface TokenService { public interface TokenService {
......
...@@ -15,7 +15,7 @@ import org.springframework.transaction.annotation.Transactional; ...@@ -15,7 +15,7 @@ import org.springframework.transaction.annotation.Transactional;
/** /**
* 登录写入服务类 * 登录写入服务类
* *
* @author 颜佐光 * @author tf
*/ */
@Service @Service
@Transactional(rollbackFor = Exception.class) @Transactional(rollbackFor = Exception.class)
......
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