ソースを参照

优化

shengtang
コミット
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)
{


読み込み中…
キャンセル
保存