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