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
07e7d18e
Commit
07e7d18e
authored
Dec 13, 2022
by
fangxinjiang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into MVP1.2
parents
5fdb92e7
043b996b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
0 deletions
+22
-0
EkpPushFundParam.java
.../com/yifu/cloud/plus/v1/yifu/ekp/vo/EkpPushFundParam.java
+5
-0
EkpPushSocialParam.java
...om/yifu/cloud/plus/v1/yifu/ekp/vo/EkpPushSocialParam.java
+5
-0
TPaymentInfoServiceImpl.java
.../v1/yifu/social/service/impl/TPaymentInfoServiceImpl.java
+12
-0
No files found.
yifu-common/yifu-common-ekp/src/main/java/com/yifu/cloud/plus/v1/yifu/ekp/vo/EkpPushFundParam.java
View file @
07e7d18e
...
@@ -153,4 +153,9 @@ public class EkpPushFundParam implements Serializable {
...
@@ -153,4 +153,9 @@ public class EkpPushFundParam implements Serializable {
**/
**/
private
String
fd_3b43922217c6f8
;
private
String
fd_3b43922217c6f8
;
/**
* 公积金创建人姓名
**/
private
String
fd_3b5cc487bb46fa
;
}
}
\ No newline at end of file
yifu-common/yifu-common-ekp/src/main/java/com/yifu/cloud/plus/v1/yifu/ekp/vo/EkpPushSocialParam.java
View file @
07e7d18e
...
@@ -257,4 +257,9 @@ public class EkpPushSocialParam implements Serializable {
...
@@ -257,4 +257,9 @@ public class EkpPushSocialParam implements Serializable {
**/
**/
private
String
fd_3b438e33f37378
;
private
String
fd_3b438e33f37378
;
/**
* 社保创建人姓名
**/
private
String
fd_3b5cc58d1a70fe
;
}
}
\ No newline at end of file
yifu-social/yifu-social-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/social/service/impl/TPaymentInfoServiceImpl.java
View file @
07e7d18e
...
@@ -2986,6 +2986,12 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
...
@@ -2986,6 +2986,12 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
}
else
{
}
else
{
socialParam
.
setFd_3b438e33f37378
(
CommonConstants
.
EMPTY_STRING
);
socialParam
.
setFd_3b438e33f37378
(
CommonConstants
.
EMPTY_STRING
);
}
}
// 缴纳地
if
(
Common
.
isNotNull
(
library
.
getSocialPayAddr
())){
socialParam
.
setFd_3b5cc58d1a70fe
(
library
.
getSocialPayAddr
());
}
else
{
socialParam
.
setFd_3b5cc58d1a70fe
(
CommonConstants
.
EMPTY_STRING
);
}
//我司到款单位
//我司到款单位
socialParam
.
setFd_3b01953871b8be
(
CommonConstants
.
EMPTY_STRING
);
socialParam
.
setFd_3b01953871b8be
(
CommonConstants
.
EMPTY_STRING
);
//社保id
//社保id
...
@@ -3119,6 +3125,12 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
...
@@ -3119,6 +3125,12 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
}
else
{
}
else
{
fundParam
.
setFd_3b43922217c6f8
(
CommonConstants
.
EMPTY_STRING
);
fundParam
.
setFd_3b43922217c6f8
(
CommonConstants
.
EMPTY_STRING
);
}
}
//公积金缴纳地
if
(
Common
.
isNotNull
(
library
.
getProvidentPayAddr
()))
{
fundParam
.
setFd_3b5cc487bb46fa
(
library
.
getProvidentPayAddr
());
}
else
{
fundParam
.
setFd_3b5cc487bb46fa
(
CommonConstants
.
EMPTY_STRING
);
}
doJointSocialTask
.
asynchronousEkpPaymentFund
(
fundParam
,
library
);
doJointSocialTask
.
asynchronousEkpPaymentFund
(
fundParam
,
library
);
}
}
}
catch
(
Exception
e
)
{
}
catch
(
Exception
e
)
{
...
...
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