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
b14c4b4c
Commit
b14c4b4c
authored
Apr 17, 2026
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.7.22-微信号
parent
3cc84e1f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
FascUtil.java
.../com/yifu/cloud/plus/v1/yifu/archives/utils/FascUtil.java
+7
-5
TFascTemplateDetailMapper.xml
...z/src/main/resources/mapper/TFascTemplateDetailMapper.xml
+1
-1
No files found.
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/utils/FascUtil.java
View file @
b14c4b4c
...
@@ -894,11 +894,13 @@ public class FascUtil {
...
@@ -894,11 +894,13 @@ public class FascUtil {
}
}
// 翻译字典
// 翻译字典
private
String
getCoverValue
(
String
valueStr
,
String
fieldType
,
String
fieldValue
,
String
fieldDefailtValue
)
{
private
String
getCoverValue
(
String
valueStr
,
String
fieldType
,
String
fieldValue
,
String
fieldDefailtValue
)
{
if
(
Common
.
isNotNull
(
valueStr
)
&&
Common
.
isNotNull
(
fieldType
))
{
if
(
Common
.
isNotNull
(
valueStr
))
{
if
(
DATA_COVER
.
equals
(
fieldType
))
{
if
(
Common
.
isNotNull
(
fieldType
))
{
valueStr
=
convertByExp
(
fieldValue
,
valueStr
);
if
(
DATA_COVER
.
equals
(
fieldType
))
{
}
else
if
(
DATE_FORMAT
.
equals
(
fieldType
))
{
valueStr
=
convertByExp
(
fieldValue
,
valueStr
);
valueStr
=
formatStringDate
(
fieldValue
,
valueStr
);
}
else
if
(
DATE_FORMAT
.
equals
(
fieldType
))
{
valueStr
=
formatStringDate
(
fieldValue
,
valueStr
);
}
}
}
}
else
if
(
Common
.
isNotNull
(
fieldDefailtValue
))
{
}
else
if
(
Common
.
isNotNull
(
fieldDefailtValue
))
{
valueStr
=
fieldDefailtValue
;
valueStr
=
fieldDefailtValue
;
...
...
yifu-archives/yifu-archives-biz/src/main/resources/mapper/TFascTemplateDetailMapper.xml
View file @
b14c4b4c
...
@@ -178,7 +178,7 @@
...
@@ -178,7 +178,7 @@
h.field_type,h.field_value,h.field_default_value
h.field_type,h.field_value,h.field_default_value
FROM t_fasc_template_detail a
FROM t_fasc_template_detail a
left join t_fasc_template b on a.sign_template_id = b.sign_template_id
left join t_fasc_template b on a.sign_template_id = b.sign_template_id
left join t_fasc_hr_field h on h.hr_field_id = a.hr_field_id and h.hr_field = a.hr_field
left join t_fasc_hr_field h on h.hr_field_id = a.hr_field_id and h.hr_field = a.hr_field
and h.contract_type = b.contract_type
where b.delete_Flag = '0' and a.delete_flag = '0' and a.hr_field_id is not null and a.sign_template_id = #{fadadaTemplateId}
where b.delete_Flag = '0' and a.delete_flag = '0' and a.hr_field_id is not null and a.sign_template_id = #{fadadaTemplateId}
</select>
</select>
...
...
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