From 14943f4a30e027dcf8956272192666524a851eff Mon Sep 17 00:00:00 2001 From: Houjie <714924425@qq.com> Date: 星期一, 18 八月 2025 20:31:00 +0800 Subject: [PATCH] 安灯发起、安灯处理 安灯响应 --- src/main/java/org/jeecg/modules/andon/service/IAndonButtonConfigService.java | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/src/main/java/org/jeecg/modules/andon/service/IAndonButtonConfigService.java b/src/main/java/org/jeecg/modules/andon/service/IAndonButtonConfigService.java index b928375..1ff6772 100644 --- a/src/main/java/org/jeecg/modules/andon/service/IAndonButtonConfigService.java +++ b/src/main/java/org/jeecg/modules/andon/service/IAndonButtonConfigService.java @@ -2,6 +2,7 @@ import com.baomidou.mybatisplus.extension.service.IService; import org.jeecg.modules.andon.dto.AndonButtonDTO; +import org.jeecg.modules.andon.dto.AndonOrdeDto; import org.jeecg.modules.andon.entity.AndonButtonConfig; import java.util.List; @@ -21,4 +22,27 @@ * @return */ List<AndonButtonDTO> queryUserAndonButtonList(String factoryId); + + + /** + * 鏌ヨ鐢ㄦ埛鍙戣捣瀹夌伅鎸夐挳鍒楄〃 + * @param factoryId + * @return + */ + List<AndonOrdeDto> queryUserAndonCallList(String factoryId, String orderStatus); + + /** + * 鏌ヨ鐢ㄦ埛鍙戣捣瀹夌伅鍝嶅簲鍒楄〃 + * @param factoryId + * @return + */ + List<AndonOrdeDto> queryUserAndonRespondList(String factoryId,String orderStatus); + + /** + * 鏌ヨ鐢ㄦ埛鍙戣捣瀹夌伅澶勭悊鍒楄〃 + * @param factoryId + * @return + */ + List<AndonOrdeDto> queryUserAndonHandelList(String factoryId,String orderStatus); + } -- Gitblit v1.9.3