update 通过登录信息,获取有权限的运营商列表

This commit is contained in:
2023-11-09 16:58:20 +08:00
parent faa3055020
commit 75e9d5296f
2 changed files with 21 additions and 3 deletions

View File

@@ -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">