This commit is contained in:
2023-08-03 17:59:42 +08:00
parent ad61b2a84e
commit 27a4c771df
7 changed files with 75 additions and 2 deletions

View File

@@ -324,4 +324,13 @@
</foreach>
</if>
</select>
<select id="queryFirstLevelMerchant" resultMap="PileMerchantInfoResult">
select
<include refid="Base_Column_List"/>
from
pile_merchant_info
where del_flag = '0'
and merchant_level = '1'
</select>
</mapper>