添加商户限制

pull/379/head
吴彭 2024-09-24 21:52:43 +08:00
parent 8ed3fe7ea3
commit f1f65151e6
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@
<if test="ageLimitEnd != null">age_limit_end,</if>
<if test="phoneLimit != null">phone_limit,</if>
<if test="label != null">label,</if>
<if test="merchant_auth != null">merchantAuth,</if>
<if test="merchantAuth != null">merchant_auth,</if>
<if test="socialSecurityNo != null">social_security_no,</if>
<if test="socialSecurityLow != null">social_security_low,</if>
<if test="socialSecurityHigh != null">social_security_high,</if>