소스 검색

修复周补货计划数据重复的问题

Murphy 2 년 전
부모
커밋
d933648663
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      MicroServices/Business/Business.Application/ReplenishmentManagement/ReplenishmentAppService.cs

+ 1 - 1
MicroServices/Business/Business.Application/ReplenishmentManagement/ReplenishmentAppService.cs

@@ -1862,7 +1862,7 @@ namespace Business.Replenishment
                 }
             }
             await _businessDbContext.BulkInsertAsync(addRopList);
-            await _businessDbContext.BulkInsertAsync(updateRopList);
+            await _businessDbContext.BulkUpdateAsync(updateRopList);
 
             //更新周生产计划
             //生产线明细表