Lius
2024-08-22 f59452ac384766a21500857e89928a8abc0e75b5
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>