Преглед на файлове

Merge branch 'feature/snapshot' into test

qinchaoyue преди 3 месеца
родител
ревизия
70ce0dcc2c
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      src/Hotline.Application/Snapshot/IndustryApplication.cs

+ 0 - 2
src/Hotline.Application/Snapshot/IndustryApplication.cs

@@ -136,8 +136,6 @@ public class IndustryApplication : IIndustryApplication, IScopeDependency
     {
         dto.ValidateObject();
         var entity = dto.Adapt<IndustryCase>();
-        entity.CitizenReadPackAmount = entity.CitizenReadPackAmount * 100;
-        entity.GuiderReadPackAmount = entity.GuiderReadPackAmount * 100;
         return await _industryCaseRepository.AddAsync(entity);
     }