lxzn-module-mdc/src/main/java/org/jeecg/modules/mdcJc/mapper/MdcProductDayscheduleMapper.java
@@ -13,4 +13,8 @@ public interface MdcProductDayscheduleMapper extends BaseMapper<MdcProductDayschedule> { List<String> selectDateList(@Param("dateTime") String dateTime); MdcProductDayschedule findYesterdayData(@Param("date") String date); String findClazz(@Param("equipmentId") String equipmentId); }