Lius
2024-08-27 8ff9cd39e12be7730b4b9e6dc63e33113ded0219
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/EquipmentSpindleStatisticalMapper.xml
@@ -51,4 +51,8 @@
        </where>
        ORDER BY id ASC
    </select>
    <select id="getMaxDate" resultType="java.util.Date">
        SELECT MAX( createDate ) createDate FROM equipment_spindle_statistical WHERE equipmentID = #{equipmentId}
    </select>
</mapper>