mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-26 14:05:04 +08:00
update 通过登录信息,获取有权限的运营商列表
This commit is contained in:
@@ -322,8 +322,8 @@
|
||||
select
|
||||
<include refid="Base_Column_List"/>
|
||||
from pile_merchant_info
|
||||
where
|
||||
dept_id = #{deptId,jdbcType=VARCHAR}
|
||||
where del_flag = '0'
|
||||
and dept_id = #{deptId,jdbcType=VARCHAR}
|
||||
</select>
|
||||
|
||||
<select id="queryInfoListByIds" resultMap="PileMerchantInfoResult">
|
||||
|
||||
Reference in New Issue
Block a user