This commit is contained in:
雷欧(林平凡)
2025-08-28 09:28:39 +08:00
parent b8bf1fab41
commit 7affe2218a

View File

@@ -221,7 +221,7 @@ public class InstructionServiceImpl implements IInstructionService {
int c = em.getValue().intValue();
totalCount += c;
summary.append("型号:").append(em.getKey() != null ? em.getKey() : "未知")
.append(" 数量:").append(c);
.append(" 数量:").append(c).append("\n");
}
summary.append("总计:").append(totalCount).append("\n详情");