Ver Fonte

周生产计划调整

Murphy há 2 anos atrás
pai
commit
d38a7c5f67

Diff do ficheiro suprimidas por serem muito extensas
+ 62 - 954
MicroServices/Business/Business.Application/ReplenishmentManagement/ReplenishmentAppService.cs


+ 0 - 1
MicroServices/Business/Business.Application/ResourceExamineManagement/ResourceExamineAppService.cs

@@ -472,7 +472,6 @@ namespace Business.ResourceExamineManagement
             IRepository<ic_substitute, long> mysql_ic_substitute,
             IRepository<ic_substitute_group, long> mysql_ic_substitute_group,
             IRepository<ic_substitute_group_detail, long> mysql_ic_substitute_group_detail,
-            IRepository<ReplenishmentROP, long> replenishmentROP,
             IRepository<DomesticTerminalFcst, long> domesticTerminalFcst,
             ISqlRepository<ASNBOLShipperDetail> ASNBOLShipperDetail,
             IRepository<StandardItemModelSet, long> standardItemModelSet,

+ 6 - 6
MicroServices/Business/Business.EntityFrameworkCore/EntityFrameworkCore/BusinessDbContextModelCreatingExtensions.cs

@@ -284,12 +284,12 @@ namespace Business.EntityFrameworkCore
                 b.ConfigureByConvention();
             });
 
-            builder.Entity<ReplenishmentROP>(b =>
-            {
-                b.ToTable("ReplenishmentROP");
-                b.HasIndex(b => new { b.number, b.zero_based_seqno, b.long_period, b.short_period, b.tenant_id, b.company_id, b.factory_id });
-                b.ConfigureByConvention();
-            });
+            //builder.Entity<ReplenishmentROP>(b =>
+            //{
+            //    b.ToTable("ReplenishmentROP");
+            //    b.HasIndex(b => new { b.number, b.zero_based_seqno, b.long_period, b.short_period, b.tenant_id, b.company_id, b.factory_id });
+            //    b.ConfigureByConvention();
+            //});
 
             builder.Entity<ReplenishmentROPWeekPlan>(b =>
             {

Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff