java110
2023-05-30 0b3ff378a9faaf9d7a4831b7f0de67378fe0dfea
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=",">