增加日志
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user