This commit is contained in:
2024-06-06 16:39:05 +08:00
parent 9e177b69f7
commit 9b4a904b9b
5 changed files with 36 additions and 2 deletions

View File

@@ -1559,6 +1559,8 @@ namespace Tnb.ProductionMgr
BasLocation location = null;
try
{
throw new Exception("测试错误");
await _db.Ado.BeginTranAsync();
int row = -1;
PrdMo prdMo = await db.Queryable<PrdMo>().SingleAsync(x => x.id == prdMoTask.mo_id);