From 66d995d55f9c122328b4eceb99bc20aca3a42c10 Mon Sep 17 00:00:00 2001 From: wells <123> Date: 星期日, 12 七月 2020 21:04:16 +0800 Subject: [PATCH] debug --- src/Bro.M071.DBManager/ProductionMeasurementRecordsManager.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Bro.M071.DBManager/ProductionMeasurementRecordsManager.cs b/src/Bro.M071.DBManager/ProductionMeasurementRecordsManager.cs index 1526b59..fa3f8f6 100644 --- a/src/Bro.M071.DBManager/ProductionMeasurementRecordsManager.cs +++ b/src/Bro.M071.DBManager/ProductionMeasurementRecordsManager.cs @@ -14,7 +14,7 @@ { public class ProductionMeasurementRecordsManager : ModelManager<ProductionMeasurementRecords> { - DbProviderFactory Dbfactory = SQLiteFactory.Instance; + //DbProviderFactory Dbfactory = SQLiteFactory.Instance; protected override void ActionBeforeNewModel(DBModel context, ProductionMeasurementRecords config) { CheckProductionCodeDuplicate(context, config); -- Gitblit v1.8.0