MES.Service/service/BasicData/MesStaffManager.cs
@@ -200,7 +200,6 @@ private bool InsertStaffBatch(SqlSugarScope db, List<SysUser> userList, List<MesStaff> staffList) { var userInsert = userList.FindAll(s => s.Type == "2"); var executeCommand = db.Insertable(userInsert).ExecuteCommand(); if (executeCommand <= 0) throw new ArgumentNullException("审核失败");