From ddd56a8f37eb47d933a7064be9341feb8dbd8165 Mon Sep 17 00:00:00 2001 From: Fancy <Fancy.fx@outlook.com> Date: 星期四, 04 七月 2024 16:51:34 +0800 Subject: [PATCH] edit params and file Api --- pms-parent/pms-web-station/src/main/java/com/dy/pmsStation/workOrder/WorkOrderCtrl.java | 23 +---------------------- 1 files changed, 1 insertions(+), 22 deletions(-) diff --git a/pms-parent/pms-web-station/src/main/java/com/dy/pmsStation/workOrder/WorkOrderCtrl.java b/pms-parent/pms-web-station/src/main/java/com/dy/pmsStation/workOrder/WorkOrderCtrl.java index 4cb4a24..3e988c0 100644 --- a/pms-parent/pms-web-station/src/main/java/com/dy/pmsStation/workOrder/WorkOrderCtrl.java +++ b/pms-parent/pms-web-station/src/main/java/com/dy/pmsStation/workOrder/WorkOrderCtrl.java @@ -3,10 +3,8 @@ import com.dy.common.webUtil.BaseResponse; import com.dy.common.webUtil.BaseResponseUtils; import com.dy.pmsGlobal.pojoBa.BaUser; -import com.dy.pmsGlobal.pojoPlt.PltProduct; import com.dy.pmsGlobal.pojoPlt.PltStation; import com.dy.pmsGlobal.pojoPr.PrAssemblyPlan; -import com.dy.pmsGlobal.pojoPr.PrProductionNode; import com.dy.pmsGlobal.pojoSta.StaAssemblyWorkLast; import jakarta.validation.Valid; import lombok.extern.slf4j.Slf4j; @@ -157,26 +155,7 @@ List<BaUser> result = sv.updateAssistant(vo); return BaseResponseUtils.buildSuccess(result); } - /** - * 鏍规嵁鑺傜偣鐨勬煡鍑鸿妭鐐逛綔涓氭寚瀵间功 - * @param - * @return - */ - @GetMapping(path="getSopByNodeId") - public BaseResponse<PrProductionNode> getSopByNodeId(String nodeId){ - PrProductionNode result = sv.getSopByNodeId(nodeId); - return BaseResponseUtils.buildSuccess(result); - } - /** - * 鏍规嵁浜у搧鏌ュ嚭浜у搧鏂囦欢 涓昏鎶�鏈弬鏁� - * @param - * @return - */ - @GetMapping(path="getFileByProId") - public BaseResponse<PltProduct> getFileByProId(String proId){ - PltProduct result = sv.getFileByProId(proId); - return BaseResponseUtils.buildSuccess(result); - } + @GetMapping(path = "test") public BaseResponse test() { log.info("test"); -- Gitblit v1.8.0