瀏覽代碼

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);
     }