cnf
7 天以前 aebd2d642e19ce9ccb253c671b239e7ed9fc91c6
WebApi/Gs.Sys/Services/DocNoRuleController.cs
@@ -87,10 +87,8 @@
            var cont = 0;
            cont = IsChkOrUnChk(model.Guid.ToString(), true);
            if (cont > 0)
                return ReturnDto<string>.QuickReturn("", ReturnCode.Exception,
                    "修改失败,该信息已被审核!");
                return ReturnDto<string>.QuickReturn("", ReturnCode.Exception, "修改失败,该信息已被审核!");
        }
        var _bl = false;
        try
        {
@@ -107,7 +105,6 @@
                model.LastupdateBy = _userCode;
                model.LastupdateTime = DateTime.Now;
            }
            //_bl = base.Update(model);
            _bl = Db.Updateable(model).IgnoreColumns(true).ExecuteCommand() > 0
                ? true