From ce3a7a3d7a317ca3014c9050e1e1508ce7972c43 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期一, 20 五月 2024 14:20:55 +0800
Subject: [PATCH] 上片模块fixbug
---
hangzhoumesParent/moduleService/LoadGlassModule/src/main/java/com/mes/workstation/controller/UpWorkstationController.java | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/hangzhoumesParent/moduleService/LoadGlassModule/src/main/java/com/mes/workstation/controller/UpWorkstationController.java b/hangzhoumesParent/moduleService/LoadGlassModule/src/main/java/com/mes/workstation/controller/UpWorkstationController.java
index 984060f..f770a89 100644
--- a/hangzhoumesParent/moduleService/LoadGlassModule/src/main/java/com/mes/workstation/controller/UpWorkstationController.java
+++ b/hangzhoumesParent/moduleService/LoadGlassModule/src/main/java/com/mes/workstation/controller/UpWorkstationController.java
@@ -2,8 +2,6 @@
import com.mes.utils.Result;
-import com.mes.workstation.entity.GlassInfo;
-import com.mes.workstation.entity.UpWorkSequence;
import com.mes.workstation.entity.UpWorkstation;
import com.mes.workstation.service.UpWorkstationService;
import io.swagger.annotations.ApiOperation;
@@ -55,5 +53,14 @@
//
// }
+
+ @ApiOperation("淇敼涓婄墖mes鑱斿姩璇锋眰瀛�")
+ @PostMapping("/updateMesInkageLoad")
+ @ResponseBody
+ public Result<String> updateMesInkageLoad(@RequestBody short inKageWord) {
+ String result = upWorkstationService.updateMesInkageLoad(inKageWord);
+ return Result.success(result);
+ }
+
}
--
Gitblit v1.8.0