Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
patzn-cloud-service-hmhj
Overview
Overview
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
wangweidong
patzn-cloud-service-hmhj
Commits
10461c31
Commit
10461c31
authored
Aug 09, 2021
by
lijingjing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改若无产品标准,直接提交至电子档案日志错误的问题;
parent
cfc0ad80
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
EntrustReportServiceImpl.java
...vice/lims/hmhj/service/impl/EntrustReportServiceImpl.java
+2
-0
No files found.
src/main/java/com/patzn/cloud/service/lims/hmhj/service/impl/EntrustReportServiceImpl.java
View file @
10461c31
...
@@ -275,10 +275,12 @@ public class EntrustReportServiceImpl extends BaseServiceImpl<EntrustReportMappe
...
@@ -275,10 +275,12 @@ public class EntrustReportServiceImpl extends BaseServiceImpl<EntrustReportMappe
// 若不需要质量判定,直接进入电子档案流程
// 若不需要质量判定,直接进入电子档案流程
if
(!
entrustSampleService
.
isRequireJudgeGrading
(
entrust
.
getId
()))
{
if
(!
entrustSampleService
.
isRequireJudgeGrading
(
entrust
.
getId
()))
{
entrustSampleService
.
updateJudgeStatus
(
entrust
.
getId
(),
2
);
entrustSampleService
.
updateJudgeStatus
(
entrust
.
getId
(),
2
);
toFlowStatus
=
EntrustFlowEnum
.
ARCHIVES
;
}
}
}
else
{
}
else
{
// == 若为归档,可以直接设置已归档
// == 若为归档,可以直接设置已归档
entrustSampleService
.
updateJudgeStatus
(
entrust
.
getId
(),
2
);
entrustSampleService
.
updateJudgeStatus
(
entrust
.
getId
(),
2
);
toFlowStatus
=
EntrustFlowEnum
.
ARCHIVES
;
}
}
}
}
...
...
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