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
ce15637e
Commit
ce15637e
authored
Apr 27, 2025
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVP1.7.10-户配置,是否单个推送
parent
341c532e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
SysHouseHoldInfo.java
...fu/cloud/plus/v1/yifu/social/entity/SysHouseHoldInfo.java
+9
-0
SysHouseHoldInfoMapper.xml
...-biz/src/main/resources/mapper/SysHouseHoldInfoMapper.xml
+3
-1
No files found.
yifu-social/yifu-social-api/src/main/java/com/yifu/cloud/plus/v1/yifu/social/entity/SysHouseHoldInfo.java
View file @
ce15637e
...
...
@@ -278,6 +278,15 @@ public class SysHouseHoldInfo extends BaseEntity {
@ExcelProperty
(
"医保-单位编号"
)
private
String
customerNoYsd
;
/**
* 是否单个接口 0否1是(税友接口走单个还是批量,审核是否立即推送税友)
*/
@ExcelAttribute
(
name
=
"是否单个接口"
)
@Schema
(
description
=
"是否单个接口"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"是否单个接口"
)
private
String
isSingle
;
/**
* 审核人部门
*/
...
...
yifu-social/yifu-social-biz/src/main/resources/mapper/SysHouseHoldInfoMapper.xml
View file @
ce15637e
...
...
@@ -56,6 +56,7 @@
<result
property=
"mediclPassword"
column=
"MEDICL_PASSWORD"
/>
<result
property=
"isSign"
column=
"IS_SIGN"
/>
<result
property=
"customerNoYsd"
column=
"CUSTOMER_NO_YSD"
/>
<result
property=
"isSingle"
column=
"IS_SINGLE"
/>
</resultMap>
<resultMap
id=
"sysHouseHoldSingleInfoMap"
type=
"com.yifu.cloud.plus.v1.yifu.social.entity.SysHouseHoldInfo"
>
...
...
@@ -97,7 +98,8 @@
a.SOCIAL_PASSWORD,
a.MEDICL_PASSWORD,
a.IS_SIGN,
a.CUSTOMER_NO_YSD
a.CUSTOMER_NO_YSD,
a.IS_SINGLE
</sql>
<sql
id=
"sysHouseHoldInfo_where"
>
<if
test=
"sysHouseHoldInfo != null"
>
...
...
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