task任务修改

This commit is contained in:
2025-05-28 18:26:48 +08:00
parent 7501358c87
commit 85fa785c4f
2 changed files with 3 additions and 3 deletions

View File

@@ -160,9 +160,9 @@ namespace ZR.Service.mes.wms
};
int recordNum = Context.Insertable(record).ExecuteCommand();
Context.Ado.UseTran(() =>{
/*Context.Ado.UseTran(() =>{
Context.Insertable(record).ExecuteCommand();
});
});*/
if (recordNum == 0)
{
Context.Ado.RollbackTran();