Kaynağa Gözat

优化

shengtang
747575620@qq.com 1 yıl önce
ebeveyn
işleme
d2b109bea0
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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 Dosyayı Görüntüle

@@ -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)
{


Yükleniyor…
İptal
Kaydet