mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update 权限
This commit is contained in:
@@ -318,8 +318,19 @@
|
||||
<if test="stationDTO.publicFlag != null and stationDTO.publicFlag != ''">
|
||||
and t1.public_flag = #{stationDTO.publicFlag,jdbcType=VARCHAR}
|
||||
</if>
|
||||
<!-- 数据范围过滤 -->
|
||||
${stationDTO.params.dataScope}
|
||||
<!-- 数据范围过滤 -->
|
||||
<if test="stationDTO.merchantDeptIds != null and stationDTO.merchantDeptIds.size() != 0">
|
||||
and t3.dept_id in
|
||||
<foreach collection="stationDTO.merchantDeptIds" item="merchantDeptId" open="(" separator="," close=")">
|
||||
#{merchantDeptId}
|
||||
</foreach>
|
||||
</if>
|
||||
<if test="stationDTO.stationDeptIds != null and stationDTO.stationDeptIds.size() != 0">
|
||||
and t1.dept_id in
|
||||
<foreach collection="stationDTO.stationDeptIds" item="stationDeptId" open="(" separator="," close=")">
|
||||
#{stationDeptId}
|
||||
</foreach>
|
||||
</if>
|
||||
GROUP BY
|
||||
t1.id,
|
||||
t1.station_name,
|
||||
|
||||
Reference in New Issue
Block a user