zhengjie 1 year ago
parent
commit
e14c061f65
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Forms/ChooseCard.cs
  2. 1 1
      JiNanMI.csproj

+ 1 - 1
Forms/ChooseCard.cs

@@ -36,7 +36,7 @@ namespace PTMedicalInsurance.Forms
         private void btOk_Click(object sender, EventArgs e)
         {
             cardType = "0" + (rbgCardType.SelectedIndex +1).ToString();
-            businessType = "01" + cbBusinessType.Text.Substring(0,3);
+            businessType = cbBusinessType.Text.Substring(0,3);
 
             Global.pat.OtherProv = rbgOtherProv.SelectedIndex;
 

+ 1 - 1
JiNanMI.csproj

@@ -4,7 +4,7 @@
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProjectGuid>{E9B4D618-13F0-4864-9C4C-28B8A6532653}</ProjectGuid>
+    <ProjectGuid>{B8D66975-4A0E-4862-B37F-B67CA6A8C088}</ProjectGuid>
     <OutputType>Library</OutputType>
     <AppDesignerFolder>Properties</AppDesignerFolder>
     <RootNamespace>PTMedicalInsurance</RootNamespace>