业务增加消息发布

This commit is contained in:
FanLian
2023-08-15 14:56:36 +08:00
parent 386dd57782
commit d1ac20a9db
7 changed files with 69 additions and 10 deletions

View File

@@ -426,9 +426,9 @@ namespace Tnb.WarehouseMgr
await _db.Insertable(kittingOuts).ExecuteCommandAsync();
await _db.Insertable(kittingOutDs).ExecuteCommandAsync();
await _db.Ado.CommitTranAsync();
await KittingOutByAdd();
isSuccessFul = true;
}
catch (Exception ex)