mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 12:05:05 +08:00
查询登录用户权限信息,使用UserUtils
This commit is contained in:
@@ -228,6 +228,12 @@
|
||||
<if test="dto.vinCode != null">
|
||||
and t4.vin_code like '%${dto.vinCode}%'
|
||||
</if>
|
||||
<if test="dto.firstMerchantIds != null and dto.firstMerchantIds.size() != 0">
|
||||
and t1.merchant_id in
|
||||
<foreach collection="dto.firstMerchantIds" item="firstMerchantId" open="(" separator="," close=")">
|
||||
#{firstMerchantId,jdbcType=VARCHAR}
|
||||
</foreach>
|
||||
</if>
|
||||
GROUP BY (t1.member_id)
|
||||
</select>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user