rev:字段修改
This commit is contained in:
@@ -1078,7 +1078,7 @@ public class MesToLmsServiceImpl implements MesToLmsService {
|
||||
String actual_value = detail.getString("Attribute6");//生产实际抗拉值
|
||||
String Attribute7 = detail.getString("Attribute7");//包装关系类型
|
||||
String Attribute8 = detail.getString("Attribute8");//产品类型
|
||||
String Attribute9 = detail.getString("Attribute9");//接头数
|
||||
int Attribute9 = detail.getIntValue("Attribute9");//接头数
|
||||
if (ObjectUtil.isNotEmpty(Attribute7) && "1".equals(Attribute7)) {
|
||||
sub_type = "2";
|
||||
}
|
||||
@@ -1134,7 +1134,7 @@ public class MesToLmsServiceImpl implements MesToLmsService {
|
||||
jo.put("width_standard", width_standard);
|
||||
jo.put("thickness_request", thickness_request);
|
||||
jo.put("material_type", Attribute8);
|
||||
jo.put("joint_num", Attribute9);
|
||||
jo.put("joint_type", Attribute9);
|
||||
jo.put("thickness_request", thickness_request);
|
||||
jo.put("status", "0");
|
||||
jo.put("create_id", "1");
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user