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
024ad28e
Commit
024ad28e
authored
Sep 30, 2022
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
信息校验通过,但其他行存在问题数据,请调整后,统一减档
parent
9026e8a6
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
0 deletions
+5
-0
TEmployeeInfoServiceImpl.java
.../yifu/archives/service/impl/TEmployeeInfoServiceImpl.java
+1
-0
ErrorCodes.java
....cloud.plus.v1/yifu/common/core/exception/ErrorCodes.java
+2
-0
messages_zh_CN.properties
...on-core/src/main/resources/i18n/messages_zh_CN.properties
+2
-0
No files found.
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/service/impl/TEmployeeInfoServiceImpl.java
View file @
024ad28e
...
...
@@ -558,6 +558,7 @@ public class TEmployeeInfoServiceImpl extends ServiceImpl<TEmployeeInfoMapper, T
errorMessageVO
=
this
.
getErrorMessageVO
(
i
,
CommonConstants
.
ZERO_INT
,
excel
.
getEmpName
()
,
excel
.
getEmpIdcard
(),
errorMsg
);
}
else
{
errorMsg
.
add
(
MsgUtils
.
getMessage
(
ErrorCodes
.
ARCHIVES_IMPORT_EMP_TRUE
,
excel
.
getEmpIdcard
()));
errorMessageVO
=
this
.
getErrorMessageVO
(
i
,
CommonConstants
.
ONE_INT
,
excel
.
getEmpName
()
,
excel
.
getEmpIdcard
(),
errorMsg
);
}
...
...
yifu-common/yifu-common-core/src/main/java/com/yifu.cloud.plus.v1/yifu/common/core/exception/ErrorCodes.java
View file @
024ad28e
...
...
@@ -504,4 +504,6 @@ public interface ErrorCodes {
* 派增异常: 失败项重新派单缴纳方式不可变更
*/
String
EMP_DISPATCH_SOCIAL_PAYMENT_TYPE_NOT_SAME
=
"emp.dispatch.social.payment.type.same"
;
String
ARCHIVES_IMPORT_EMP_TRUE
=
"archives.import.emp.true"
;
}
yifu-common/yifu-common-core/src/main/resources/i18n/messages_zh_CN.properties
View file @
024ad28e
...
...
@@ -195,6 +195,8 @@ emp.dispatch.social.hold.same=\u6D3E\u589E\u5F02\u5E38\uFF1A \u5931\u8D25\u9879\
emp.dispatch.social.payment.type.same
=
\u
6D3E
\u
589E
\u
5F02
\u
5E38
\u
FF1A
\u5931\u
8D25
\u9879\u
91CD
\u
65B0
\u
6D3E
\u5355\u
7F34
\u
7EB3
\u
65B9
\u
5F0F
\u
4E0D
\u
53EF
\u
53D8
\u
66F4
archives.import.emp.true
=
\u
4FE1
\u
606F
\u6821\u
9A8C
\u
901A
\u
8FC7
\u
FF0C
\u
4F46
\u5176\u
4ED6
\u
884C
\u
5B58
\u5728\u
95EE
\u9898\u6570\u
636E
\u
FF0C
\u
8BF7
\u
8C03
\u6574\u
540E
\u
FF0C
\u
7EDF
\u
4E00
\u
51CF
\u6863
...
...
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