java110
2023-04-10 703b2f19af6b1d65adc3bc515b9df9efebacbd8b
java110-db/src/main/resources/mapper/common/MachineAttrServiceDaoImplMapper.xml
@@ -97,6 +97,9 @@
        <if test="machineId !=null and machineId != ''">
            and t.machine_id= #{machineId}
        </if>
        <if test="domain !=null and domain != ''">
            and s.domain= #{domain}
        </if>
        <if test="machineIds !=null ">
            and t.machine_id in
            <foreach collection="machineIds" item="item" index="index" open="(" close=")" separator=",">