From 4e38d0e6db21688388bf1b1a0a1ae529c05b77e7 Mon Sep 17 00:00:00 2001 From: ZengTao <2773468879@qq.com> Date: 星期四, 18 四月 2024 14:38:20 +0800 Subject: [PATCH] 提交更新测试 --- hangzhoumesParent/moduleService/LoadGlassModule/src/main/java/com/mes/workstation/service/impl/UpWorkstationServiceImpl.java | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/hangzhoumesParent/moduleService/LoadGlassModule/src/main/java/com/mes/workstation/service/impl/UpWorkstationServiceImpl.java b/hangzhoumesParent/moduleService/LoadGlassModule/src/main/java/com/mes/workstation/service/impl/UpWorkstationServiceImpl.java index 7578046..9e67249 100644 --- a/hangzhoumesParent/moduleService/LoadGlassModule/src/main/java/com/mes/workstation/service/impl/UpWorkstationServiceImpl.java +++ b/hangzhoumesParent/moduleService/LoadGlassModule/src/main/java/com/mes/workstation/service/impl/UpWorkstationServiceImpl.java @@ -6,6 +6,7 @@ import com.mes.workstation.entity.UpWorkstation; import com.mes.workstation.mapper.UpWorkstationMapper; import com.mes.workstation.service.UpWorkstationService; +import lombok.extern.slf4j.Slf4j; import org.springframework.stereotype.Service; /** @@ -17,16 +18,20 @@ * @since 2024-04-07 */ @Service +@Slf4j public class UpWorkstationServiceImpl extends ServiceImpl<UpWorkstationMapper, UpWorkstation> implements UpWorkstationService { public static final String DB_100_10 = "DB_100_10"; //鍒ゆ柇鏄惁鍙互鍚哥墖杩涜浠诲姟 public boolean isCanLoadGlass() { - String loadstart="鍚哥墖淇″彿";//plcmes.getPlcParameter("鍚哥墖淇″彿").getValue(); + String loadstart = "鍚哥墖淇″彿";//plcmes.getPlcParameter("鍚哥墖淇″彿").getValue(); return "1".equals(loadstart); } + //鏄剧ず姝e湪杩涜浠诲姟鐨勫伐绋嬩俊鎭� + + //鍒ゆ柇浼樺厛鍚哥墖浣嶇疆鍚庡彂閫佸嚭鐗囦换鍔� public void selectPriority() { //todo:鍒ゆ柇鏄惁鍙互鍚哥墖杩涜浠诲姟 -- Gitblit v1.8.0