This commit is contained in:
2025-10-22 00:41:24 +08:00
parent ad93481011
commit 636e30a4cd

View File

@@ -304,7 +304,7 @@ public class InstructionServiceImpl implements IInstructionService {
// 为该分组添加算钱文本
if (!groupModelCounts.isEmpty()) {
StringBuilder priceText = new StringBuilder();
priceText.append("分销标记:").append(dm).append(" - 算钱\n");
priceText.append("分销标记:").append(dm).append("\n");
// 先输出型号和数量
List<Map.Entry<String, Integer>> sortedEntries = groupModelCounts.entrySet().stream()