This commit is contained in:
DEVICE8\12494
2023-05-17 14:02:03 +08:00
parent 1a5af4a15b
commit 6bfb73f1a9

View File

@@ -105,5 +105,6 @@ namespace Tnb.EquipMgr
var row = await _db.Insertable(entity).ExecuteCommandAsync();
if (row < 1) throw Oops.Oh(ErrorCode.COM1000);
}
}
}