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

View File

@@ -239,7 +239,7 @@ public class InstructionServiceImpl implements IInstructionService {
.append("\n物流链接\n").append(o.getLogisticsLink() != null ? o.getLogisticsLink() : "");
}
out.append("分销标记:").append(dm)
out.append("分销标记:\n").append(dm)
.append(summary)
.append(detail).append("\n");
}