章政 8 лет назад
Родитель
Сommit
905642d946
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      UAS_MesInterface/LogicHandler.cs

+ 0 - 1
UAS_MesInterface/LogicHandler.cs

@@ -397,7 +397,6 @@ namespace UAS_MesInterface
                         dh.UpdateByCondition("makeserial", "ms_status=1,ms_nextstepcode='"+ nextstepcode + "'", "ms_sncode='" + iSN + "'");
                     }
                 }
-                InsertMakeProcess(iSN, iMakeCode, iSourceCode, iMPKind, iResult, iUserCode);
             }
             return CS_SetFinish(iMakeCode, iSourceCode, iSN, iUserCode, iResult, out oErrorMessage);
         }