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
e9833ad4
Commit
e9833ad4
authored
Sep 13, 2022
by
fangxinjiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
027caf17
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
8 deletions
+11
-8
TSettleDomainMapper.xml
...ves-biz/src/main/resources/mapper/TSettleDomainMapper.xml
+3
-4
IncomeExportVo.java
...com/yifu/cloud/plus/v1/yifu/social/vo/IncomeExportVo.java
+4
-4
TSocialFundInfoMapper.xml
...l-biz/src/main/resources/mapper/TSocialFundInfoMapper.xml
+4
-0
No files found.
yifu-archives/yifu-archives-biz/src/main/resources/mapper/TSettleDomainMapper.xml
View file @
e9833ad4
...
...
@@ -249,9 +249,9 @@
a.DEPART_NO,
a.DEPART_NAME,
a.INSURANCE_SETTLE_TYPE,
c.
ID AS 'customerId',
c
.CUSTOMER_NAME as 'customerName',
c.CUSTOMER_CODE
as 'customerCode',
a.CUSTOMER_
ID AS 'customerId',
a
.CUSTOMER_NAME as 'customerName',
a.CUSTOMER_NO
as 'customerCode',
a.BUSINESS_PRIMARY_TYPE,
a.BUSINESS_SECOND_TYPE,
a.BUSINESS_THIRD_TYPE,
...
...
@@ -259,7 +259,6 @@
a.INVOICE_TITLE_SALARY,
a.INVOICE_TITLE_INSURANCE
FROM t_settle_domain a
LEFT JOIN t_customer_info c ON a.CUSTOMER_ID = c.ID
where 1=1
<if
test=
"codes != null and codes.size() > 0"
>
and a.DEPART_NO in
...
...
yifu-social/yifu-social-api/src/main/java/com/yifu/cloud/plus/v1/yifu/social/vo/IncomeExportVo.java
View file @
e9833ad4
...
...
@@ -134,10 +134,10 @@ public class IncomeExportVo implements Serializable {
/**
* 数据生成月份
*/
@Length
(
max
=
6
,
message
=
"数据生成
时间
不能超过6 个字符"
)
@ExcelAttribute
(
name
=
"数据生成
时间
"
,
maxLength
=
6
)
@Schema
(
description
=
"数据生成
时间
"
)
@ExcelProperty
(
"数据生成
时间
"
)
@Length
(
max
=
6
,
message
=
"数据生成
月份
不能超过6 个字符"
)
@ExcelAttribute
(
name
=
"数据生成
月份
"
,
maxLength
=
6
)
@Schema
(
description
=
"数据生成
月份
"
)
@ExcelProperty
(
"数据生成
月份
"
)
private
String
dataCreateMonth
;
/**
* 推送状态:0未推送1已推送
...
...
yifu-social/yifu-social-biz/src/main/resources/mapper/TSocialFundInfoMapper.xml
View file @
e9833ad4
...
...
@@ -532,6 +532,10 @@
<if
test=
"tSocialFundInfo.id != null and tSocialFundInfo.id.trim() != ''"
>
AND a.ID = #{tSocialFundInfo.id}
</if>
<if
test=
"tSocialFundInfo.settleDomainCode != null and tSocialFundInfo.settleDomainCode.trim() != ''"
>
AND a.SETTLE_DOMAIN_CODE = #{tSocialFundInfo.settleDomainCode}
</if>
<if
test=
"tSocialFundInfo.empId != null and tSocialFundInfo.empId.trim() != ''"
>
AND a.EMP_ID = #{tSocialFundInfo.empId}
</if>
...
...
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