Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-mvp
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
fangxinjiang
yifu-mvp
Commits
b616cbb4
Commit
b616cbb4
authored
Oct 14, 2025
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVP1.7.16-法大大
parent
c3de8578
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
3 deletions
+19
-3
TFascTemplateDetailController.java
...fu/archives/controller/TFascTemplateDetailController.java
+19
-3
No files found.
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/controller/TFascTemplateDetailController.java
View file @
b616cbb4
...
...
@@ -142,9 +142,25 @@ public class TFascTemplateDetailController {
}
else
{
editContent
+=
old
.
getHrField
()
+
"”"
;
}
editContent
+=
"→“"
+
tFascTemplateDetail
.
getHrField
()
+
"”"
;
if
(
Common
.
isEmpty
(
old
.
getIsEdit
())
||
CommonConstants
.
ZERO_STRING
.
equals
(
old
.
getIsEdit
()))
{
editContent
+=
";“是否已配置”由“未配置”→“已配置”"
;
editContent
+=
"→“"
;
if
(
Common
.
isNotNull
(
tFascTemplateDetail
.
getHrField
()))
{
editContent
+=
tFascTemplateDetail
.
getHrField
()
+
"”"
;
}
else
{
editContent
+=
"空”"
;
}
// 判断是否已配置有没有变更:0未配置 1已配置
if
(
Common
.
isEmpty
(
old
.
getIsEdit
()))
{
if
(
Common
.
isNotNull
(
tFascTemplateDetail
.
getIsEdit
())
&&
CommonConstants
.
ONE_STRING
.
equals
(
tFascTemplateDetail
.
getIsEdit
()))
{
editContent
+=
";“是否已配置”由“未配置”→“已配置”"
;
}
}
else
if
(
Common
.
isEmpty
(
tFascTemplateDetail
.
getIsEdit
()))
{
editContent
+=
";“是否已配置”由“已配置”→“未配置”"
;
}
else
if
(!
old
.
getIsEdit
().
equals
(
tFascTemplateDetail
.
getIsEdit
()))
{
if
(
CommonConstants
.
ONE_STRING
.
equals
(
tFascTemplateDetail
.
getIsEdit
()))
{
editContent
+=
";“是否已配置”由“未配置”→“已配置”"
;
}
else
{
editContent
+=
";“是否已配置”由“已配置”→“未配置”"
;
}
}
tFascEditLog
.
setEditContent
(
editContent
);
tFascEditLogService
.
save
(
tFascEditLog
);
...
...
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