From 27272b02ddf69e6b82c8c9ae00799d0b54f2044c Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期四, 13 十一月 2025 17:13:59 +0800
Subject: [PATCH] *
---
src/main/java/com/zy/asrs/entity/param/OrderMesXGHYParam.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/java/com/zy/asrs/entity/param/OrderMesXGHYParam.java b/src/main/java/com/zy/asrs/entity/param/OrderMesXGHYParam.java
index 3da99bd..63d146f 100644
--- a/src/main/java/com/zy/asrs/entity/param/OrderMesXGHYParam.java
+++ b/src/main/java/com/zy/asrs/entity/param/OrderMesXGHYParam.java
@@ -44,7 +44,7 @@
private String wideInWidth; // 4.5渭m脳588mm matnr 涓殑 4.5
private String thickness; //4.5渭m脳588mm matnr 涓殑 588
- private String rollType = "绾歌酱"; //鏈ㄧ绫诲瀷 brand brand$
+ private String rollType = "FRP"; //鏈ㄧ绫诲瀷 brand brand$
private List<Roll> rolls; //鍗烽泦鍚�
@@ -141,10 +141,10 @@
// 鍏堟寜"渭m脳"鍒嗗壊锛屽啀鎸�"mm"鍒嗗壊
String[] firstSplit = matnr.split("渭m脳");
if (firstSplit.length == 2) {
- wideInWidth = firstSplit[0]; // 5.2
+ thickness = firstSplit[0]; // 5.2
String[] secondSplit = firstSplit[1].split("mm");
if (secondSplit.length > 0) {
- thickness = secondSplit[0]; // 834.1
+ wideInWidth = secondSplit[0]; // 834.1
}
}
boxPos = sampleWrkDetl.getOrigin();
--
Gitblit v1.9.1