|
|
@ -192,7 +192,7 @@ namespace Myshipping.Application
|
|
|
|
|
|
|
|
|
|
|
|
if (ruleDetailList != null && ruleDetailList.Count > 0)
|
|
|
|
if (ruleDetailList != null && ruleDetailList.Count > 0)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
result.rows = ruleDetailList;
|
|
|
|
result.rows = ruleDetailList.OrderBy(t=>t.ErrorType).ToList();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
_logger.LogInformation("批次={no} 返回结果{msg}", batchNo,JSON.Serialize(result));
|
|
|
|
_logger.LogInformation("批次={no} 返回结果{msg}", batchNo,JSON.Serialize(result));
|
|
|
|