mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
微信登录查询方法修改为 根据appid查询一级运营商merchantid
This commit is contained in:
@@ -333,4 +333,14 @@
|
||||
where del_flag = '0'
|
||||
and merchant_level = '1'
|
||||
</select>
|
||||
|
||||
<select id="getFirstLevelMerchantIdByAppId" resultType="java.lang.String">
|
||||
select
|
||||
id
|
||||
from
|
||||
pile_merchant_info
|
||||
where
|
||||
app_id = #{appId,jdbcType=VARCHAR}
|
||||
and merchant_level = '1'
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user