1
This commit is contained in:
@@ -292,7 +292,6 @@ public class InstructionServiceImpl implements IInstructionService {
|
||||
// 添加算钱文本(全局统计版本)
|
||||
if (!globalModelCounts.isEmpty()) {
|
||||
StringBuilder priceText = new StringBuilder();
|
||||
priceText.append("算钱文本:\n");
|
||||
|
||||
// 先输出型号和数量
|
||||
List<Map.Entry<String, Integer>> sortedEntries = globalModelCounts.entrySet().stream()
|
||||
|
||||
Reference in New Issue
Block a user