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
25226f47
Commit
25226f47
authored
Feb 27, 2025
by
tangfang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改审核bug
parent
fdc5e8cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
CompanyServiceImpl.java
...ngding/web/authority/service/impl/CompanyServiceImpl.java
+5
-5
No files found.
src/main/java/com/pangding/web/authority/service/impl/CompanyServiceImpl.java
View file @
25226f47
...
...
@@ -1525,11 +1525,11 @@ public class CompanyServiceImpl implements CompanyService {
throw
new
CodeException
(
"102"
,
"该公司已停用,如有疑问,请联系管理员。"
);
}
// 来源于扫码牌
if
(
StringHelper
.
isEmpty
(
req
.
getTollPoint
())
&&
companyResVo
.
getScanCodePayStatus
()
==
1
)
{
// 无消费点 关闭主二维码支付
throw
new
CodeException
(
"100"
,
"该功能已经关闭,如需开通请联系管理员。"
);
}
//
// 来源于扫码牌
//
if (StringHelper.isEmpty(req.getTollPoint()) && companyResVo.getScanCodePayStatus() == 1) {
//
// 无消费点 关闭主二维码支付
//
throw new CodeException("100", "该功能已经关闭,如需开通请联系管理员。");
//
}
if
(!
StringHelper
.
isEmpty
(
req
.
getTollPoint
()))
{
//
CompanyTollPointReqVo
companyTollPointReqVo
=
new
CompanyTollPointReqVo
();
companyTollPointReqVo
.
setCompanyId
(
req
.
getId
());
...
...
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