Merge #45 into master from cc_20260226_fix

fix:建店资料查询收款银行信息区分品牌

* cc_20260226_fix: (2 commits squashed)

  - fix:建店资料查询收款银行信息区分品牌

  - fix:sql缺失

Signed-off-by: 王非凡 <accounts_67eba0c5fee9c49c80c8e2b4@mail.teambition.com>
Merged-by: 正新 <accounts_6964c7bcd2a2c377c5bbd01b@mail.teambition.com>

CR-link: https://codeup.aliyun.com/692ea314dec569489f6f167c/hangzhou/java/custom_zxjp/change/45
This commit is contained in:
王非凡
2026-02-26 07:23:29 +00:00
committed by 正新
parent 17239536b4
commit 98652ccb1d
2 changed files with 5 additions and 1 deletions

View File

@@ -82,6 +82,7 @@
<if test="request.financialManagerName != null">financial_manager_name,</if>
<if test="request.financialManagerMobile != null">financial_manager_mobile,</if>
<if test="request.businessLicense != null">business_license,</if>
<if test="request.unifiedSocialCreditCode != null">unified_social_credit_code,</if>
<if test="request.electronicEmail != null">electronic_email,</if>
<if test="request.infoSource != null">info_source,</if>
<if test="request.otherRemark != null">other_remark,</if>