mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
update 小程序查询充电站列表
This commit is contained in:
@@ -343,4 +343,15 @@
|
||||
and merchant_level = '1'
|
||||
and app_id = #{appId,jdbcType=VARCHAR}
|
||||
</select>
|
||||
|
||||
<select id="getDeptIdsByAppId" resultType="java.lang.String">
|
||||
select
|
||||
dept_id as deptId
|
||||
from
|
||||
pile_merchant_info
|
||||
where 1 = 1
|
||||
<if test="appId != null and appId != ''">
|
||||
and app_id = #{appId,jdbcType=VARCHAR}
|
||||
</if>
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user