增加日志
This commit is contained in:
@@ -167,6 +167,7 @@ namespace WMS.Web.Domain.Services
|
||||
/// <returns></returns>
|
||||
public async Task<Result> Loss_Profit(TakeStock entity)
|
||||
{
|
||||
_logger.LogInformation($"盘点同步金蝶: {JsonConvert.SerializeObject(entity)}");
|
||||
try
|
||||
{
|
||||
if (entity.Details.Count() == 0) return Result.ReSuccess();
|
||||
|
||||
Reference in New Issue
Block a user