From a7a4e0e6ae09c720e50dc22fc50c67519414067c Mon Sep 17 00:00:00 2001 From: Lius <Lius2225@163.com> Date: 星期四, 24 十月 2024 09:45:55 +0800 Subject: [PATCH] update --- lxzn-module-mdc/src/main/java/org/jeecg/modules/mdcJc/mapper/ClassMonthlyscheduleMapper.java | 45 ++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 42 insertions(+), 3 deletions(-) diff --git a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdcJc/mapper/ClassMonthlyscheduleMapper.java b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdcJc/mapper/ClassMonthlyscheduleMapper.java index 048c896..fa11e7e 100644 --- a/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdcJc/mapper/ClassMonthlyscheduleMapper.java +++ b/lxzn-module-mdc/src/main/java/org/jeecg/modules/mdcJc/mapper/ClassMonthlyscheduleMapper.java @@ -3,9 +3,7 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.apache.ibatis.annotations.Param; -import org.jeecg.modules.mdcJc.entity.ClassMonthlyschedule; -import org.jeecg.modules.mdcJc.entity.ProductMonthlyschedule; -import org.jeecg.modules.mdcJc.entity.QualityMonth; +import org.jeecg.modules.mdcJc.entity.*; import java.util.List; @@ -24,6 +22,7 @@ /** * 褰撴湀闆堕儴浠惰鍒掕繘搴︿俊鎭� + * * @param dateTime * @return */ @@ -31,8 +30,48 @@ /** * 鏈堝悎鏍煎拰涓嶅悎鏍� + * * @param dateTime * @return */ List<QualityMonth> findListQualityMonth(@Param("dateTime") String dateTime); + + /** + * 褰撴棩闆堕儴浠� + * + * @param dateTime + * @return + */ + List<ProductDayschedule> findListProductDay(@Param("dateTime") String dateTime); + + /** + * 鑷姩绾夸笂绾� + * + * @return + */ + List<OnLineQueue> onLineQueueList(); + + /** + * 鑷姩绾夸笂绾� + * + * @param id + * @return + */ + List<OnLineQueue> findListOnLineQueue(@Param("id") Integer id); + + /** + * 鑷姩绾夸笅绾� + * + * @return + */ + List<UnderLineQueue> underLineQueueList(); + + /** + * 鑷姩绾夸笅绾� + * + * @param id + * @return + */ + List<UnderLineQueue> findListUnderLineQueue(@Param("id") Integer id); + } -- Gitblit v1.9.3