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