diff --git a/ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/domain/http/Merchant.java b/ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/domain/http/Merchant.java index a0b0fb0d..4798f21d 100644 --- a/ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/domain/http/Merchant.java +++ b/ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/domain/http/Merchant.java @@ -109,6 +109,10 @@ public class Merchant extends BaseEntity @Excel(name = "标签") private String label; + /** 商户是否开启二要素 0 否 1 是 */ + @Excel(name = "商户是否开启二要素") + private Boolean merchantAuth; + /** 无社保 */ @Excel(name = "无社保") private Boolean socialSecurityNo; diff --git a/ruoyi-modules/ruoyi-system/src/main/resources/mapper/system/MerchantMapper.xml b/ruoyi-modules/ruoyi-system/src/main/resources/mapper/system/MerchantMapper.xml index e113672b..67305a04 100644 --- a/ruoyi-modules/ruoyi-system/src/main/resources/mapper/system/MerchantMapper.xml +++ b/ruoyi-modules/ruoyi-system/src/main/resources/mapper/system/MerchantMapper.xml @@ -4,6 +4,7 @@ "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> + @@ -26,6 +27,7 @@ + @@ -67,7 +69,7 @@ - select id, merchant_type, merchant_name, merchant_describe, merchant_company, logo, status, limit_num, limit_type,is_balance_monitoring,balance_monitoring,ispass, customer_info_filter_type,channel_limit_type,period,hit_url,regist_url,age_limit_start, age_limit_end, phone_limit,label, social_security_no, social_security_low, social_security_high, car_no, car_have, guarantee_slip_low, guarantee_slip_centre, guarantee_slip_high, education_middle, education_high_school, education_polytechnic, education_junior_college, education_undergraduate_course, education_postgraduate, accumulation_fund_low, accumulation_fund_high, hourse_no, hourse_full_payment, hourse_mortgaging, office_worker, civil_servant, private_property_owners, self_employed_person, other_occupations, hua_bei_low, hua_bei_middle, hua_bei_high, bai_tiao_low, bai_tiao_middle, bai_tiao_high, zhi_ma, create_time, update_time, remark from merchant + select id, merchant_type, merchant_name, merchant_describe, merchant_company, logo, status, limit_num, limit_type,is_balance_monitoring,balance_monitoring,ispass, customer_info_filter_type,channel_limit_type,period,hit_url,regist_url,age_limit_start, age_limit_end, phone_limit,label,merchant_auth, social_security_no, social_security_low, social_security_high, car_no, car_have, guarantee_slip_low, guarantee_slip_centre, guarantee_slip_high, education_middle, education_high_school, education_polytechnic, education_junior_college, education_undergraduate_course, education_postgraduate, accumulation_fund_low, accumulation_fund_high, hourse_no, hourse_full_payment, hourse_mortgaging, office_worker, civil_servant, private_property_owners, self_employed_person, other_occupations, hua_bei_low, hua_bei_middle, hua_bei_high, bai_tiao_low, bai_tiao_middle, bai_tiao_high, zhi_ma, create_time, update_time, remark from merchant select id, merchant_name from merchant @@ -96,6 +98,7 @@ and age_limit_end = #{ageLimitEnd} and phone_limit = #{phoneLimit} and label = #{label} + and merchant_auth = #{merchantAuth} and social_security_no = #{socialSecurityNo} and social_security_low = #{socialSecurityLow} and social_security_high = #{socialSecurityHigh} @@ -158,6 +161,7 @@ age_limit_end, phone_limit, label, + merchantAuth, social_security_no, social_security_low, social_security_high, @@ -214,6 +218,7 @@ #{ageLimitEnd}, #{phoneLimit}, #{label}, + #{merchantAuth}, #{socialSecurityNo}, #{socialSecurityLow}, #{socialSecurityHigh}, @@ -274,6 +279,7 @@ age_limit_end = #{ageLimitEnd}, phone_limit = #{phoneLimit}, label = #{label}, + merchant_auth = #{merchantAuth}, social_security_no = #{socialSecurityNo}, social_security_low = #{socialSecurityLow}, social_security_high = #{socialSecurityHigh},