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
30676f1a
Commit
30676f1a
authored
Aug 07, 2023
by
wangzb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feature-wzb :公积金表格修改
parent
f38e181a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
TDispatchInfoServiceImpl.java
...v1/yifu/social/service/impl/TDispatchInfoServiceImpl.java
+1
-1
TDispatchInfoMapper.xml
...ial-biz/src/main/resources/mapper/TDispatchInfoMapper.xml
+3
-3
No files found.
yifu-social/yifu-social-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/social/service/impl/TDispatchInfoServiceImpl.java
View file @
30676f1a
...
@@ -6695,7 +6695,7 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
...
@@ -6695,7 +6695,7 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
if
(
houseName
!=
null
)
{
if
(
houseName
!=
null
)
{
HouseNameConfigVo
vo
=
getFundSumExportVoTwo
(
houseName
,
searchVo
);
HouseNameConfigVo
vo
=
getFundSumExportVoTwo
(
houseName
,
searchVo
);
if
(
vo
==
null
)
{
if
(
vo
==
null
)
{
a
=
"单位名称(签章): "
+
""
+
" 单位公积金账号:"
+
""
+
" 单边缴纳比例:"
+
""
;
a
=
"单位名称(签章): "
+
houseName
+
" 单位公积金账号:"
+
""
+
" 单边缴纳比例:"
+
""
;
}
else
{
}
else
{
if
(
vo
.
getCustomerNo
()
==
null
)
{
if
(
vo
.
getCustomerNo
()
==
null
)
{
...
...
yifu-social/yifu-social-biz/src/main/resources/mapper/TDispatchInfoMapper.xml
View file @
30676f1a
...
@@ -2148,12 +2148,12 @@
...
@@ -2148,12 +2148,12 @@
A.TYPE = '1'
A.TYPE = '1'
AND A.`NAME` IN (#{houseName})
AND A.`NAME` IN (#{houseName})
AND E.`STATUS` = '0'
AND E.`STATUS` = '0'
GROUP BY A.`NAME`
AND
AND
(PERIOD_DIFF(#{tDispatchInfo.disMonth},REPLACE ( DATE_FORMAT( E.APPLY_START_DATE , "%Y-%m" ), '-', '' )))>0
(PERIOD_DIFF(#{tDispatchInfo.disMonth},REPLACE ( DATE_FORMAT( E.APPLY_START_DATE , "%Y-%m" ), '-', '' )))>0
and
and
(PERIOD_DIFF(#{tDispatchInfo.disMonth},REPLACE ( DATE_FORMAT( E.APPLY_END_DATE , "%Y-%m" ), '-', '' )))
<
0
((PERIOD_DIFF(#{tDispatchInfo.disMonth},REPLACE ( DATE_FORMAT( E.APPLY_END_DATE , "%Y-%m" ), '-', '' )))
<![CDATA[ < ]]>
0
OR ( APPLY_END_DATE IS NULL OR APPLY_END_DATE = '' )
OR ( APPLY_END_DATE IS NULL OR APPLY_END_DATE = '' ))
GROUP BY A.`NAME`
</select>
</select>
</mapper>
</mapper>
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