啊鑫
2024-10-23 bebc2708dc1fdf4e654c514b810a98c043ce2023
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("审核失败");