Commit ce15637e authored by hongguangwu's avatar hongguangwu

MVP1.7.10-户配置,是否单个推送

parent 341c532e
......@@ -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;
/**
* 审核人部门
*/
......
......@@ -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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment