StandardPda/MES.Service/service/BasicData/EmployeeInfoManager.cs
@@ -56,7 +56,7 @@ var executeCommand = db.Insertable(entityEmployeeInfo).ExecuteCommand(); var command = db.Insertable(entityEmployeeItems).ExecuteCommand(); var command = db.Insertable(entityEmployeeItems).PageSize(1).IgnoreColumnsNull().ExecuteCommand(); return executeCommand > 0 && command > 0; }