1
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user