From 5610beb1564f9abfd59ab2ad8cba96d3b7ee478e Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Mon, 7 Aug 2023 13:52:01 +0800 Subject: [PATCH] update --- .../src/SettleAccount.Application/Entities/BQ/VmiAppService.cs | 2 ++ 1 file changed, 2 insertions(+) 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 &&