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
cd067cf4
Commit
cd067cf4
authored
Sep 01, 2022
by
fangxinjiang
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/develop' into develop
parents
4ac734e4
851d9160
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
18 additions
and
14 deletions
+18
-14
TEmpChangeInfoServiceImpl.java
...yifu/archives/service/impl/TEmpChangeInfoServiceImpl.java
+7
-5
SocialDaprUtils.java
.../cloud/plus/v1/yifu/common/dapr/util/SocialDaprUtils.java
+1
-1
TStatisticsCurrentReportMapper.java
...v1/yifu/salary/mapper/TStatisticsCurrentReportMapper.java
+2
-1
TStatisticsCurrentReportService.java
.../yifu/salary/service/TStatisticsCurrentReportService.java
+1
-1
TStatisticsCurrentReportServiceImpl.java
...ary/service/impl/TStatisticsCurrentReportServiceImpl.java
+2
-2
TStatisticsTaxSalaryTwoServiceImpl.java
...lary/service/impl/TStatisticsTaxSalaryTwoServiceImpl.java
+1
-1
TStatisticsCurrentReportMapper.xml
.../main/resources/mapper/TStatisticsCurrentReportMapper.xml
+1
-1
TPaymentInfoMapper.xml
...cial-biz/src/main/resources/mapper/TPaymentInfoMapper.xml
+3
-2
No files found.
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/service/impl/TEmpChangeInfoServiceImpl.java
View file @
cd067cf4
...
@@ -116,11 +116,12 @@ public class TEmpChangeInfoServiceImpl extends ServiceImpl<TEmpChangeInfoMapper,
...
@@ -116,11 +116,12 @@ public class TEmpChangeInfoServiceImpl extends ServiceImpl<TEmpChangeInfoMapper,
UpdateSocialFoundVo
updateSocialFoundVo
=
new
UpdateSocialFoundVo
();
UpdateSocialFoundVo
updateSocialFoundVo
=
new
UpdateSocialFoundVo
();
updateSocialFoundVo
.
setEmpIdcard
(
tEmpChangeInfo
.
getEmpIdcard
());
updateSocialFoundVo
.
setEmpIdcard
(
updateTEmployeeProject
.
getEmpIdcard
());
updateSocialFoundVo
.
setSettleDomainCode
(
tEmpChangeInfo
.
getDeptNo
());
updateSocialFoundVo
.
setSettleDomainCode
(
updateTEmployeeProject
.
getDeptNo
());
updateSocialFoundVo
.
setSettleDomainId
(
tEmpChangeInfo
.
getDeptId
());
updateSocialFoundVo
.
setSettleDomainId
(
updateTEmployeeProject
.
getDeptId
());
updateSocialFoundVo
.
setUnitId
(
tEmpChangeInfo
.
getUnitId
());
updateSocialFoundVo
.
setSettleDomainName
(
updateTEmployeeProject
.
getDeptName
());
updateSocialFoundVo
.
setUnitName
(
tEmpChangeInfo
.
getNewDept
());
updateSocialFoundVo
.
setUnitId
(
updateTEmployeeProject
.
getUnitId
());
updateSocialFoundVo
.
setUnitName
(
updateTEmployeeProject
.
getUnitName
());
updateSocialFoundVo
.
setSocialCreateMonth
(
tEmpChangeInfo
.
getChangeStartMonth
());
updateSocialFoundVo
.
setSocialCreateMonth
(
tEmpChangeInfo
.
getChangeStartMonth
());
socialDaprUtils
.
updatePaymentSocialAndFound
(
updateSocialFoundVo
);
socialDaprUtils
.
updatePaymentSocialAndFound
(
updateSocialFoundVo
);
socialDaprUtils
.
updateForSocialAndFound
(
updateSocialFoundVo
);
socialDaprUtils
.
updateForSocialAndFound
(
updateSocialFoundVo
);
...
@@ -244,6 +245,7 @@ public class TEmpChangeInfoServiceImpl extends ServiceImpl<TEmpChangeInfoMapper,
...
@@ -244,6 +245,7 @@ public class TEmpChangeInfoServiceImpl extends ServiceImpl<TEmpChangeInfoMapper,
updateSocialFoundVo
.
setSettleDomainId
(
tEmployeeProject
.
getDeptId
());
updateSocialFoundVo
.
setSettleDomainId
(
tEmployeeProject
.
getDeptId
());
updateSocialFoundVo
.
setUnitId
(
tEmployeeProject
.
getUnitId
());
updateSocialFoundVo
.
setUnitId
(
tEmployeeProject
.
getUnitId
());
updateSocialFoundVo
.
setUnitName
(
tEmployeeProject
.
getUnitName
());
updateSocialFoundVo
.
setUnitName
(
tEmployeeProject
.
getUnitName
());
updateSocialFoundVo
.
setSettleDomainName
(
tEmployeeProject
.
getDeptName
());
updateSocialFoundVo
.
setSocialCreateMonth
(
tEmployeeProject
.
getChangeStartMonth
());
updateSocialFoundVo
.
setSocialCreateMonth
(
tEmployeeProject
.
getChangeStartMonth
());
socialDaprUtils
.
updatePaymentSocialAndFound
(
updateSocialFoundVo
);
socialDaprUtils
.
updatePaymentSocialAndFound
(
updateSocialFoundVo
);
socialDaprUtils
.
updateForSocialAndFound
(
updateSocialFoundVo
);
socialDaprUtils
.
updateForSocialAndFound
(
updateSocialFoundVo
);
...
...
yifu-common/yifu-common-dapr/src/main/java/com/yifu/cloud/plus/v1/yifu/common/dapr/util/SocialDaprUtils.java
View file @
cd067cf4
...
@@ -64,7 +64,7 @@ public class SocialDaprUtils {
...
@@ -64,7 +64,7 @@ public class SocialDaprUtils {
* @return
* @return
**/
**/
public
void
updateForSocialAndFound
(
UpdateSocialFoundVo
infoVo
)
{
public
void
updateForSocialAndFound
(
UpdateSocialFoundVo
infoVo
)
{
HttpDaprUtil
.
invokeMethodPost
(
daprProperties
.
getAppUrl
(),
daprProperties
.
getAppId
(),
"/t
paymentinfo
/inner/updateForSocialAndFound"
,
JSON
.
toJSONString
(
infoVo
),
UpdateSocialFoundVo
.
class
,
SecurityConstants
.
FROM_IN
);
HttpDaprUtil
.
invokeMethodPost
(
daprProperties
.
getAppUrl
(),
daprProperties
.
getAppId
(),
"/t
forecastlibrary
/inner/updateForSocialAndFound"
,
JSON
.
toJSONString
(
infoVo
),
UpdateSocialFoundVo
.
class
,
SecurityConstants
.
FROM_IN
);
}
}
/**
/**
...
...
yifu-salary/yifu-salary-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/salary/mapper/TStatisticsCurrentReportMapper.java
View file @
cd067cf4
...
@@ -39,7 +39,8 @@ public interface TStatisticsCurrentReportMapper extends BaseMapper<TStatisticsCu
...
@@ -39,7 +39,8 @@ public interface TStatisticsCurrentReportMapper extends BaseMapper<TStatisticsCu
IPage
<
TStatisticsCurrentReport
>
getTStatisticsCurrentReportPage
(
Page
<
TStatisticsCurrentReport
>
page
,
@Param
(
"tStatisticsCurrentReport"
)
TStatisticsCurrentReport
tStatisticsCurrentReport
);
IPage
<
TStatisticsCurrentReport
>
getTStatisticsCurrentReportPage
(
Page
<
TStatisticsCurrentReport
>
page
,
@Param
(
"tStatisticsCurrentReport"
)
TStatisticsCurrentReport
tStatisticsCurrentReport
);
int
insertStatisticsCurrentReport
(
@Param
(
"declareMonth"
)
String
declareMonth
int
insertStatisticsCurrentReport
(
@Param
(
"declareMonth"
)
String
declareMonth
,
@Param
(
"lastTwoMonth"
)
String
lastTwoMonth
,
@Param
(
"lastTwoYear"
)
String
lastTwoYear
);
,
@Param
(
"lastMonth"
)
String
lastMonth
,
@Param
(
"lastTwoMonth"
)
String
lastTwoMonth
,
@Param
(
"lastTwoYear"
)
String
lastTwoYear
);
/**
/**
* @param yearMonth
* @param yearMonth
...
...
yifu-salary/yifu-salary-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/salary/service/TStatisticsCurrentReportService.java
View file @
cd067cf4
...
@@ -64,5 +64,5 @@ public interface TStatisticsCurrentReportService extends IService<TStatisticsCur
...
@@ -64,5 +64,5 @@ public interface TStatisticsCurrentReportService extends IService<TStatisticsCur
* @Date: 2022/2/23 15:10
* @Date: 2022/2/23 15:10
* @return: com.yifu.cloud.v1.common.core.util.R<java.lang.String>
* @return: com.yifu.cloud.v1.common.core.util.R<java.lang.String>
**/
**/
R
<
String
>
doRefreshStatisticsCurrentReport
(
String
declareMonth
,
String
lastTwoMonth
);
R
<
String
>
doRefreshStatisticsCurrentReport
(
String
declareMonth
,
String
last
Month
,
String
last
TwoMonth
);
}
}
yifu-salary/yifu-salary-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/salary/service/impl/TStatisticsCurrentReportServiceImpl.java
View file @
cd067cf4
...
@@ -159,7 +159,7 @@ public class TStatisticsCurrentReportServiceImpl extends ServiceImpl<TStatistics
...
@@ -159,7 +159,7 @@ public class TStatisticsCurrentReportServiceImpl extends ServiceImpl<TStatistics
}
}
@Override
@Override
public
R
<
String
>
doRefreshStatisticsCurrentReport
(
String
declareMonth
,
String
lastTwoMonth
)
{
public
R
<
String
>
doRefreshStatisticsCurrentReport
(
String
declareMonth
,
String
last
Month
,
String
last
TwoMonth
)
{
int
firstDelete
=
baseMapper
.
deleteByYearMonth
(
declareMonth
);
int
firstDelete
=
baseMapper
.
deleteByYearMonth
(
declareMonth
);
if
(
firstDelete
!=
-
2
)
{
if
(
firstDelete
!=
-
2
)
{
String
mons
=
declareMonth
.
substring
(
4
,
6
);
String
mons
=
declareMonth
.
substring
(
4
,
6
);
...
@@ -167,7 +167,7 @@ public class TStatisticsCurrentReportServiceImpl extends ServiceImpl<TStatistics
...
@@ -167,7 +167,7 @@ public class TStatisticsCurrentReportServiceImpl extends ServiceImpl<TStatistics
if
(
"02"
.
equals
(
mons
))
{
if
(
"02"
.
equals
(
mons
))
{
lastTwoYear
=
"-"
;
lastTwoYear
=
"-"
;
}
}
baseMapper
.
insertStatisticsCurrentReport
(
declareMonth
,
lastTwoMonth
,
lastTwoYear
);
baseMapper
.
insertStatisticsCurrentReport
(
declareMonth
,
last
Month
,
last
TwoMonth
,
lastTwoYear
);
return
R
.
ok
(
"已生成完毕!"
);
return
R
.
ok
(
"已生成完毕!"
);
}
else
{
}
else
{
return
R
.
failed
(
"删除本期申报失败!"
);
return
R
.
failed
(
"删除本期申报失败!"
);
...
...
yifu-salary/yifu-salary-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/salary/service/impl/TStatisticsTaxSalaryTwoServiceImpl.java
View file @
cd067cf4
...
@@ -66,7 +66,7 @@ public class TStatisticsTaxSalaryTwoServiceImpl extends ServiceImpl<TStatisticsT
...
@@ -66,7 +66,7 @@ public class TStatisticsTaxSalaryTwoServiceImpl extends ServiceImpl<TStatisticsT
R
<
String
>
taxR
=
this
.
doStatisticsTaxSalary
(
tableName
,
declareMonth
,
lastMonth
);
R
<
String
>
taxR
=
this
.
doStatisticsTaxSalary
(
tableName
,
declareMonth
,
lastMonth
);
if
(
taxR
.
getCode
()
==
CommonConstants
.
SUCCESS
)
{
if
(
taxR
.
getCode
()
==
CommonConstants
.
SUCCESS
)
{
// 刷新对应结算月的 本期申报
// 刷新对应结算月的 本期申报
tStatisticsCurrentReportService
.
doRefreshStatisticsCurrentReport
(
declareMonth
,
lastTwoMonth
);
tStatisticsCurrentReportService
.
doRefreshStatisticsCurrentReport
(
declareMonth
,
last
Month
,
last
TwoMonth
);
}
else
{
}
else
{
log
.
error
(
taxR
.
getMsg
());
log
.
error
(
taxR
.
getMsg
());
}
}
...
...
yifu-salary/yifu-salary-biz/src/main/resources/mapper/TStatisticsCurrentReportMapper.xml
View file @
cd067cf4
...
@@ -239,7 +239,7 @@
...
@@ -239,7 +239,7 @@
s.UNIT_NAME,
s.UNIT_NAME,
s.SPECIAL_DEDU_MONEY,
s.SPECIAL_DEDU_MONEY,
s.sum_baby_money,
s.sum_baby_money,
s.
IS_NEW_EMPLOYEE,
if (#{lastMonth} = s.CREATE_MONTH,1,0)
IS_NEW_EMPLOYEE,
s.CREATE_MONTH,
s.CREATE_MONTH,
s.EMP_PHONE
s.EMP_PHONE
from t_statistics_tax_salary s
from t_statistics_tax_salary s
...
...
yifu-social/yifu-social-biz/src/main/resources/mapper/TPaymentInfoMapper.xml
View file @
cd067cf4
...
@@ -1093,8 +1093,9 @@
...
@@ -1093,8 +1093,9 @@
SETTLE_DOMAIN_CODE = #{infoVo.settleDomainCode},
SETTLE_DOMAIN_CODE = #{infoVo.settleDomainCode},
SETTLE_DOMAIN_ID = #{infoVo.settleDomainId}
SETTLE_DOMAIN_ID = #{infoVo.settleDomainId}
where
where
(SALARY_SOCIAL_FLAG = '0' or SALARY_FUND_FLAG = '0') and PUSH_STATUS = '1' and EMP_IDCARD = #{infoVo.empIdcard}
(SALARY_SOCIAL_FLAG = '0' and SOCIAL_CREATE_MONTH >= #{infoVo.socialCreateMonth}) or
and (SOCIAL_CREATE_MONTH >= #{infoVo.socialCreateMonth} or PROVIDENT_CREATE_MONTH >= #{infoVo.socialCreateMonth})
(SALARY_FUND_FLAG = '0' and PROVIDENT_CREATE_MONTH >= #{infoVo.socialCreateMonth})
and PUSH_STATUS = '1' and EMP_IDCARD = #{infoVo.empIdcard}
</update>
</update>
<!-- 更改社保推送结算状态 -->
<!-- 更改社保推送结算状态 -->
...
...
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