Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
attendance-performance-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
attendance-performance-platform
Commits
398d3dc1
Commit
398d3dc1
authored
1 year ago
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加申诉统计业务
parent
5787188f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
attendance-performance-manager/src/main/java/com/mortals/xhx/busiz/web/InspectApiController.java
.../java/com/mortals/xhx/busiz/web/InspectApiController.java
+7
-5
No files found.
attendance-performance-manager/src/main/java/com/mortals/xhx/busiz/web/InspectApiController.java
View file @
398d3dc1
...
...
@@ -12,6 +12,7 @@ import com.mortals.xhx.busiz.rsp.*;
import
com.mortals.xhx.common.code.PerformTypeEnum
;
import
com.mortals.xhx.common.code.ProcessStatusEnum
;
import
com.mortals.xhx.common.code.SubAddTypeEnum
;
import
com.mortals.xhx.common.code.SubMethodEnum
;
import
com.mortals.xhx.common.utils.BeanUtil
;
import
com.mortals.xhx.module.check.model.*
;
import
com.mortals.xhx.module.check.model.vo.CheckAllRecordVo
;
...
...
@@ -280,6 +281,7 @@ public class InspectApiController extends AbstractBaseController<PerformReq> {
recordEntity
.
setRuleNme
(
rule
.
getName
());
recordEntity
.
setCategoryId
(
rule
.
getCategoryId
());
recordEntity
.
setCategoryName
(
rule
.
getCategoryName
());
recordEntity
.
setSubMethod
(
SubMethodEnum
.
大厅巡查
.
getValue
());
recordEntity
.
setCreateUserId
(
context
.
getUser
().
getCustomerId
());
recordEntity
.
setCreateTime
(
new
Date
());
...
...
@@ -310,7 +312,7 @@ public class InspectApiController extends AbstractBaseController<PerformReq> {
recordEntity
.
setRuleName
(
rule
.
getName
());
recordEntity
.
setCategoryId
(
rule
.
getCategoryId
());
recordEntity
.
setCategoryName
(
rule
.
getCategoryName
());
recordEntity
.
setSubMethod
(
SubMethodEnum
.
大厅巡查
.
getValue
());
recordEntity
.
setCreateUserId
(
context
.
getUser
().
getCustomerId
());
recordEntity
.
setCreateTime
(
new
Date
());
PerformReviewRecordEntity
save
=
reviewRecordService
.
save
(
recordEntity
);
...
...
@@ -339,7 +341,7 @@ public class InspectApiController extends AbstractBaseController<PerformReq> {
recordEntity
.
setRuleName
(
rule
.
getName
());
recordEntity
.
setCategoryId
(
rule
.
getCategoryId
());
recordEntity
.
setCategoryName
(
rule
.
getCategoryName
());
recordEntity
.
setSubMethod
(
SubMethodEnum
.
大厅巡查
.
getValue
());
recordEntity
.
setDeductTime
(
new
Date
());
recordEntity
.
setCreateUserId
(
context
.
getUser
().
getCustomerId
());
...
...
@@ -369,7 +371,7 @@ public class InspectApiController extends AbstractBaseController<PerformReq> {
recordEntity
.
setRuleName
(
rule
.
getName
());
recordEntity
.
setCategoryId
(
rule
.
getCategoryId
());
recordEntity
.
setCategoryName
(
rule
.
getCategoryName
());
recordEntity
.
setSubMethod
(
SubMethodEnum
.
大厅巡查
.
getValue
());
recordEntity
.
setCreateUserId
(
1L
);
recordEntity
.
setCreateTime
(
new
Date
());
PerformGoworkRecordEntity
save
=
performGoworkRecordService
.
save
(
recordEntity
);
...
...
@@ -397,7 +399,7 @@ public class InspectApiController extends AbstractBaseController<PerformReq> {
recordEntity
.
setRuleName
(
rule
.
getName
());
recordEntity
.
setCategoryId
(
rule
.
getCategoryId
());
recordEntity
.
setCategoryName
(
rule
.
getCategoryName
());
recordEntity
.
setSubMethod
(
SubMethodEnum
.
大厅巡查
.
getValue
());
recordEntity
.
setCreateUserId
(
context
.
getUser
().
getCustomerId
());
recordEntity
.
setCreateTime
(
new
Date
());
PerformEffectRecordEntity
save
=
effectRecordService
.
save
(
recordEntity
);
...
...
@@ -425,7 +427,7 @@ public class InspectApiController extends AbstractBaseController<PerformReq> {
recordEntity
.
setRuleName
(
rule
.
getName
());
recordEntity
.
setCategoryId
(
rule
.
getCategoryId
());
recordEntity
.
setCategoryName
(
rule
.
getCategoryName
());
recordEntity
.
setSubMethod
(
SubMethodEnum
.
大厅巡查
.
getValue
());
recordEntity
.
setCreateUserId
(
context
.
getUser
().
getCustomerId
());
recordEntity
.
setCreateTime
(
new
Date
());
PerformOtherRecordEntity
save
=
otherRecordService
.
save
(
recordEntity
);
...
...
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