747575620@qq.com 1 рік тому
джерело
коміт
d2b109bea0
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      backend/BPA.MES.Base.Application/Services/RecipesService/Services/RecipesInfoService.cs

+ 1
- 1
backend/BPA.MES.Base.Application/Services/RecipesService/Services/RecipesInfoService.cs Переглянути файл

@@ -120,7 +120,7 @@
[HttpPost]
public async Task<bool> ChangeGroup(RecipesGroupInput input)
{
var isExit =await await _dbContext.Queryable<RecipesGroupEntity>().FirstAsync(x=>x.RecipesId==input.RecipesId);
var isExit =await _dbContext.Queryable<RecipesGroupEntity>().FirstAsync(x=>x.RecipesId==input.RecipesId);
var entity = input.Adapt<RecipesGroupEntity>();
if (isExit==null)
{


Завантаження…
Відмінити
Зберегти