Browse Source

request.tenantId和request.deptIdList

tags/V1.3.3^2
suqin 11 months ago
parent
commit
afa422cc6a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tuoheng-service/tuoheng-admin/src/main/resources/mapper/IotEquipmentMapper.xml

+ 2
- 2
tuoheng-service/tuoheng-admin/src/main/resources/mapper/IotEquipmentMapper.xml View File

@@ -59,8 +59,8 @@
<if test="request.tenantId != null and request.tenantId != ''"> and tenant_id = #{request.tenantId} </if>
<if test="request.deptIdList != null and request.deptIdList.size() > 0">
and dept_id in
<foreach item="deptId" collection="deptIdList" open="(" separator="," close=")">
#{request.deptId}
<foreach item="deptId" collection="request.deptIdList" open="(" separator="," close=")">
#{deptId}
</foreach>
</if>
</where>

Loading…
Cancel
Save