Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
yangxiujun
/
paidan_demo
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 3eb4730a
authored
Nov 17, 2023
by
刘鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: 苏州、无锡、济南 groupID数据按BEAN返回
1 parent
2a17d76b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
project-order/src/main/java/com/dituhui/pea/order/service/impl/CapacityQueryServiceImpl.java
project-order/src/main/java/com/dituhui/pea/order/service/impl/CapacityQueryServiceImpl.java
View file @
3eb4730
...
...
@@ -188,7 +188,11 @@ public class CapacityQueryServiceImpl implements CapacityQueryService {
//FIXME CC测试需要GROUP ID与BEAN保持一致, 后期需移除本分支
if
(
"gsuzhou"
.
equals
(
groupId
)){
result
.
setGroupId
(
"da30be3a890f68e9682fba2e8611ee98"
);
}
else
{
}
else
if
(
"379022fa9adb4b0eacdf9491c7d3c372"
.
equals
(
groupId
))
{
result
.
setGroupId
(
"9a5e020e7b72ac0aa554270680985352"
);
}
else
if
(
"1B73724B508411EEBBA80242AC1F0002"
.
equals
(
groupId
))
{
result
.
setGroupId
(
"f5e229bbb432839c96d6102e01e49b30"
);
}
else
{
result
.
setGroupId
(
groupId
);
}
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment