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
8828f52c
Commit
8828f52c
authored
Jun 24, 2025
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVP1.7.12-保存档案
parent
79ca2605
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
TGzOfferInfoImportVo.java
.../cloud/plus/v1/yifu/archives/vo/TGzOfferInfoImportVo.java
+2
-2
TGzOfferInfoServiceImpl.java
...1/yifu/archives/service/impl/TGzOfferInfoServiceImpl.java
+2
-2
No files found.
yifu-archives/yifu-archives-api/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/vo/TGzOfferInfoImportVo.java
View file @
8828f52c
...
...
@@ -36,10 +36,10 @@ public class TGzOfferInfoImportVo extends RowIndex implements Serializable {
@ExcelAttribute
(
name
=
"人员类别编码"
,
maxLength
=
2
)
private
String
empType
;
private
String
emp
l
Type
;
@ExcelAttribute
(
name
=
"人员类别名称"
,
maxLength
=
32
)
private
String
empTypeDescr
;
private
String
emp
l
TypeDescr
;
/**
* 外签类型:A: 洼地外签/ B:属地外签
...
...
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/service/impl/TGzOfferInfoServiceImpl.java
View file @
8828f52c
...
...
@@ -433,7 +433,7 @@ public class TGzOfferInfoServiceImpl extends ServiceImpl<TGzOfferInfoMapper, TGz
*/
private
void
saveData
()
{
log
.
info
(
"{}条数据,开始存储数据库!"
,
cachedDataList
.
size
());
import
TDispatchExportLog
(
cachedDataList
);
import
GzOffer
(
cachedDataList
);
log
.
info
(
"存储数据库成功!"
);
}
}).
sheet
().
doRead
();
...
...
@@ -729,7 +729,7 @@ public class TGzOfferInfoServiceImpl extends ServiceImpl<TGzOfferInfoMapper, TGz
return
YiFuSmsUtil
.
sendRegistBatchSms
(
phones
,
params
,
signNames
,
templeteVo
.
getTempleteCode
());
}
private
void
import
TDispatchExportLog
(
List
<
TGzOfferInfoImportVo
>
excelVOList
)
{
private
void
import
GzOffer
(
List
<
TGzOfferInfoImportVo
>
excelVOList
)
{
// 个性化校验逻辑
// 执行数据插入操作 组装
TGzOfferInfoImportVo
excel
;
...
...
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