Lius
4 天以前 08394ddba46994e5b6c05080fc9b40b4daf36292
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcOeeInfoMapper.xml
@@ -40,6 +40,7 @@
            <foreach collection="equipmentIdList" item="id" index="index" open="(" close=")" separator=",">
                #{ id }
            </foreach>
            AND plan_close_long != 1440
        </where>
        GROUP BY
            the_date
@@ -58,6 +59,6 @@
            mdc_oee_info
        WHERE
            the_date LIKE CONCAT(#{month}, '%')
          AND equipment_id = #{equipmentId}
          AND equipment_id = #{equipmentId} AND plan_close_long != 1440
    </select>
</mapper>