Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
T
tcm-system
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TCM
tcm-system
Commits
7cdfb1e3
Commit
7cdfb1e3
authored
Dec 12, 2024
by
tangfang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改公司查询审核信息问题
parent
e70ce48b
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
TokenController.java
...om/pangding/web/authority/controller/TokenController.java
+1
-1
TokenDao.java
src/main/java/com/pangding/web/authority/dao/TokenDao.java
+1
-1
TokenDaoImpl.java
...ava/com/pangding/web/authority/dao/impl/TokenDaoImpl.java
+1
-1
TokenService.java
...java/com/pangding/web/authority/service/TokenService.java
+1
-1
TokenServiceImpl.java
...pangding/web/authority/service/impl/TokenServiceImpl.java
+1
-1
No files found.
src/main/java/com/pangding/web/authority/controller/TokenController.java
View file @
7cdfb1e3
...
@@ -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"
)
...
...
src/main/java/com/pangding/web/authority/dao/TokenDao.java
View file @
7cdfb1e3
...
@@ -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
{
}
}
src/main/java/com/pangding/web/authority/dao/impl/TokenDaoImpl.java
View file @
7cdfb1e3
...
@@ -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
{
...
...
src/main/java/com/pangding/web/authority/service/TokenService.java
View file @
7cdfb1e3
...
@@ -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
{
...
...
src/main/java/com/pangding/web/authority/service/impl/TokenServiceImpl.java
View file @
7cdfb1e3
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment