修改界面

This commit is contained in:
Administrator
2026-08-31 15:44:12 +08:00
parent c2ed98d52d
commit c5f24fea91
7 changed files with 205 additions and 210 deletions
@@ -58,10 +58,10 @@ namespace JinYuan.DAL.Service
bool isExist = _db.Queryable<WorkshopInterfaceConfig>()
.Where(x => x.Workshop_Code == model.Workshop_Code && x.Interface_Flag == model.Interface_Flag && !x.Is_Deleted)
.Any();
if (isExist)
{
return false;
}
//if (isExist)
//{
// return false;
//}
return base.Update(model);
}