Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
W
work_service
Project
Project
Details
Activity
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
licc
work_service
Commits
b3f862ab
Commit
b3f862ab
authored
4 years ago
by
cq990612
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化代码结构
parent
91ead397
chenqi5.0
chenqi
chenqi2.0
chenqi3.0
chenqi4.0
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
BASE_RESP_CODE_ENUM.java
...wisenergy/common/utils/exception/BASE_RESP_CODE_ENUM.java
+1
-1
WorkCollectController.java
...nergy/web/admin/controller/app/WorkCollectController.java
+0
-2
No files found.
wisenergy-common/src/main/java/cn/wisenergy/common/utils/exception/BASE_RESP_CODE_ENUM.java
View file @
b3f862ab
...
@@ -73,7 +73,7 @@ public enum BASE_RESP_CODE_ENUM {
...
@@ -73,7 +73,7 @@ public enum BASE_RESP_CODE_ENUM {
START_NOT_THAN_END_DATE
(
"651"
,
"开始时间不能大于结束时间"
),
START_NOT_THAN_END_DATE
(
"651"
,
"开始时间不能大于结束时间"
),
HOLIDAY_NOT_IS_NULL
(
"652"
,
"该节假日已经不存在,请刷新页面!"
),
HOLIDAY_NOT_IS_NULL
(
"652"
,
"该节假日已经不存在,请刷新页面!"
),
ORDINARY_MEMBERS_ARE_MANAGEMENT
(
"653"
,
"普通成员不能有管理角色"
),
ORDINARY_MEMBERS_ARE_MANAGEMENT
(
"653"
,
"普通成员不能有管理角色"
),
REPEAT_WITH_OLDTIME
(
"654"
,
"日期与
旧时间
冲突"
),
REPEAT_WITH_OLDTIME
(
"654"
,
"日期与
其他节假日或工作日
冲突"
),
BUDGET_CANNOT_BELESSTHAN_ZERO
(
"655"
,
"预算不能小于0"
),
BUDGET_CANNOT_BELESSTHAN_ZERO
(
"655"
,
"预算不能小于0"
),
ITEMOADUPLICATE
(
"656"
,
"项目OA重复"
),
ITEMOADUPLICATE
(
"656"
,
"项目OA重复"
),
NO_AUTHORITY
(
"657"
,
"暂无该权限"
),
NO_AUTHORITY
(
"657"
,
"暂无该权限"
),
...
...
This diff is collapsed.
Click to expand it.
wisenergy-web-admin/src/main/java/cn/wisenergy/web/admin/controller/app/WorkCollectController.java
View file @
b3f862ab
...
@@ -55,6 +55,4 @@ public class WorkCollectController extends BaseController {
...
@@ -55,6 +55,4 @@ public class WorkCollectController extends BaseController {
return
getResult
(
subtotalDto
);
return
getResult
(
subtotalDto
);
}
}
}
}
This diff is collapsed.
Click to expand it.
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