update 实时分账

This commit is contained in:
2023-08-25 16:07:15 +08:00
parent 18548fb83d
commit 033ddb40e7
8 changed files with 141 additions and 44 deletions

View File

@@ -348,9 +348,9 @@
and merchant_level = '1'
</select>
<select id="getFirstLevelMerchantIdByAppId" resultType="java.lang.String">
<select id="getFirstLevelMerchantByAppId" resultMap="PileMerchantInfoResult">
select
id
<include refid="Base_Column_List"/>
from
pile_merchant_info
where del_flag = '0'