Browse Source

岗位资源大写

章政 8 years ago
parent
commit
9489664323
1 changed files with 1 additions and 1 deletions
  1. 1 1
      UAS_AutoPass/AutoAnalysisXml.cs

+ 1 - 1
UAS_AutoPass/AutoAnalysisXml.cs

@@ -72,7 +72,7 @@ namespace UAS_AutoPass
             tipform = new Tip();
             InitializeComponent();
             iusercode = iUserName;
-            isource = iSource;
+            isource = iSource.ToUpper();
             StartPosition = FormStartPosition.CenterScreen;
         }