Explorar el Código

request.tenantId和request.deptIdList

tags/V1.3.3^2
suqin hace 11 meses
padre
commit
afa422cc6a
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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 Ver fichero

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

Cargando…
Cancelar
Guardar