Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dcs-doc-expand
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
INET-TWO
server
dcs-doc-expand
Commits
2f07340b
Commit
2f07340b
authored
Nov 07, 2024
by
wei
🎱
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
ffd32a44
d1e2c4ee
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
ExtReviewFeedbackServiceImpl.java
...ument/core/service/impl/ExtReviewFeedbackServiceImpl.java
+3
-1
No files found.
inet-doc-expand-core/src/main/java/com/inet/dcs/document/core/service/impl/ExtReviewFeedbackServiceImpl.java
View file @
2f07340b
...
...
@@ -13,6 +13,7 @@ import io.swagger.annotations.ApiOperation;
import
java.util.Collection
;
import
java.util.List
;
import
java.util.Objects
;
import
com.inet.dcs.document.common.vo.ExtReviewFeedbackVO
;
import
org.springframework.beans.factory.annotation.Qualifier
;
...
...
@@ -48,6 +49,7 @@ public class ExtReviewFeedbackServiceImpl<V extends ExtReviewFeedbackVO> impleme
private
static
final
String
START_PROCESS_BY_KEY
=
"ExtReviewFeedbackWF"
;
/**
* 如果意见反馈状态为 已发布 若意见答复、落实情况、验证情况无值,则自动填充前面加已
*
...
...
@@ -55,7 +57,7 @@ public class ExtReviewFeedbackServiceImpl<V extends ExtReviewFeedbackVO> impleme
* @param origin
*/
@Override
public
void
post
Update
(
Collection
<
V
>
target
,
Collection
<
V
>
origin
)
{
public
void
before
Update
(
Collection
<
V
>
target
,
Collection
<
V
>
origin
)
{
for
(
ExtReviewFeedbackVO
v
:
target
)
{
//已发布
if
(
Constants
.
RELEASE
.
equalsIgnoreCase
(
v
.
getState
()))
{
...
...
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