This commit is contained in:
2025-05-15 23:43:24 +08:00
parent c9c27ac3dc
commit 0ecbc73c0b
5 changed files with 6 additions and 6 deletions

View File

@@ -345,7 +345,7 @@ namespace MyCode.Project.Services.Implementation
_workProcessService.Add<IKingDeeService>(this.MerchantId, "AddTiaoMa", "生成条码档案", JsonHelper.ToJson(addTiaoMas), 5);
}
addList = addList.OrderBy(t => t.SortNum).ToList();
TiaoMaResp result = new TiaoMaResp();
result.Id = orderItem.Id;
result.BarCodeList = addList;