Tiger.Business.MES/Transaction/Position.cs
@@ -993,6 +993,20 @@ return list; } #endregion #region 提交前通用方法 public async Task<ApiAction> CheckCode(string code) { var action = new ApiAction(); try { } catch (Exception ex) { action.CatchExceptionWithLog(ex, $"检查条码{code}异常"); } return action; } #endregion #endregion Functions public override bool Close(bool needSaveHistoryLog = false)