StandardPda/MES.Service/service/BasicData/MesProjectManager.cs
@@ -153,7 +153,7 @@ { DeleteSupplier(entity); var insert = db.Insertable(entity).ExecuteCommand(); var insert = db.Insertable(entity).PageSize(1).IgnoreColumnsNull().ExecuteCommand(); return insert > 0; } }