diff --git a/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/VmiAppService.cs b/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/VmiAppService.cs index 47b57ee2..f9931c25 100644 --- a/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/VmiAppService.cs +++ b/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/VmiAppService.cs @@ -177,6 +177,7 @@ public class VmiAppService : ApplicationService, IVmiService, IJobService, ITran /// /// /// + [HttpPost] public async Task In(VmiLogType logType, string changedNumber, VmiBalance data) { var balance = this._balanceRepository.FirstOrDefault(o => o.BillType == data.BillType && @@ -219,6 +220,7 @@ public class VmiAppService : ApplicationService, IVmiService, IJobService, ITran /// /// /// + [HttpPost] public async Task Out(VmiLogType logType, string changedNumber, VmiLog data) { var balance = this._balanceRepository.FirstOrDefault(o => o.BillType == data.BillType &&