Lius
2024-10-12 1adae348b3020f26ff5b0d30fbdbc68ae2db2200
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>