src/main/java/com/ruoyi/production/mapper/SalesLedgerSchedulingMapper.java
@@ -8,6 +8,7 @@ import com.ruoyi.production.pojo.SalesLedgerScheduling; import org.apache.ibatis.annotations.Param; import java.time.LocalDateTime; import java.util.List; /** @@ -37,4 +38,6 @@ * @return */ IPage<SalesLedgerSchedulingProcessDto> listPageProcess(Page page,@Param("salesLedgerDto") SalesLedgerSchedulingProcessDto salesLedgerSchedulingDto); Double selectTobeProduced(@Param("startTime") LocalDateTime startTime,@Param("endTime") LocalDateTime endTime); }