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 8f48db9e
authored
Nov 29, 2023
by
Ren Ping
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/develop' into develop
2 parents
c7ff22dd
14c0c144
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
project-interface/src/main/java/com/dituhui/pea/enums/StatusCodeEnum.java
project-order/src/main/java/com/dituhui/pea/order/enums/OrderPeaTagsEnum.java
project-interface/src/main/java/com/dituhui/pea/enums/StatusCodeEnum.java
View file @
8f48db9
...
...
@@ -132,7 +132,7 @@ public enum StatusCodeEnum {
FENDAN_ENGINEER_UNMATCHED
(
"023"
,
"分单接口没有查到配置工程师"
,
false
),
FENDAN_IS_TRANSCEND
(
"024"
,
"分单
超派
"
,
false
),
FENDAN_IS_TRANSCEND
(
"024"
,
"分单
容量超限
"
,
false
),
RESOURCE_USER_EXISTS_ROLE
(
"025"
,
"角色已绑定用户,请解绑用户后再删除角色!"
,
false
),
...
...
@@ -146,7 +146,7 @@ public enum StatusCodeEnum {
ORDER_FINISHED
(
"030"
,
"订单已结束,请勿操作"
,
false
),
FENDAN_IS_TRANSCEND_AND_SPECIAL
(
"031"
,
"分单
超派
和特殊时间"
,
false
),
FENDAN_IS_TRANSCEND_AND_SPECIAL
(
"031"
,
"分单
容量超限
和特殊时间"
,
false
),
ENGINEER_IS_LEAVE_TIME
(
"032"
,
"工单(%s)指派失败!%s的工作日历在该时间段已有日程安排"
,
false
),
;
...
...
project-order/src/main/java/com/dituhui/pea/order/enums/OrderPeaTagsEnum.java
View file @
8f48db9
...
...
@@ -5,7 +5,7 @@ public enum OrderPeaTagsEnum {
special
(
"特殊时段"
),
cutoff
(
"当日加单"
),
multipleOrders
(
"一家多台"
),
transcend
(
"
超派
"
),
transcend
(
"
容量超限
"
),
urgent
(
"紧急"
);
private
String
tag
;
...
...
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