增加日志

This commit is contained in:
18942506660
2023-12-20 11:13:40 +08:00
parent 137f8ed0fc
commit f0814ed003

View File

@@ -167,6 +167,7 @@ namespace WMS.Web.Domain.Services
/// <returns></returns> /// <returns></returns>
public async Task<Result> Loss_Profit(TakeStock entity) public async Task<Result> Loss_Profit(TakeStock entity)
{ {
_logger.LogInformation($"盘点同步金蝶: {JsonConvert.SerializeObject(entity)}");
try try
{ {
if (entity.Details.Count() == 0) return Result.ReSuccess(); if (entity.Details.Count() == 0) return Result.ReSuccess();