瀏覽代碼

字段截取修改

callm 1 月之前
父節點
當前提交
a3c44d5783
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      UAS_MES_YDCY/FunctionCode/Make/Make_SeqProgramTransform.cs

+ 2 - 2
UAS_MES_YDCY/FunctionCode/Make/Make_SeqProgramTransform.cs

@@ -393,9 +393,9 @@ namespace UAS_MES_NEW.Make
             }
             else
             {
-                if (code.Text.Length > 40)
+                if (code.Text.Length > 200)
                 {
-                    imeif = code.Text.Substring(0, 40);
+                    imeif = code.Text.Substring(0, 200);
                 }
                 else
                 {