1
This commit is contained in:
@@ -239,7 +239,7 @@ public class InstructionServiceImpl implements IInstructionService {
|
|||||||
.append("\n物流链接:\n").append(o.getLogisticsLink() != null ? o.getLogisticsLink() : "无");
|
.append("\n物流链接:\n").append(o.getLogisticsLink() != null ? o.getLogisticsLink() : "无");
|
||||||
}
|
}
|
||||||
|
|
||||||
out.append("分销标记:").append(dm)
|
out.append("分销标记:\n").append(dm)
|
||||||
.append(summary)
|
.append(summary)
|
||||||
.append(detail).append("\n");
|
.append(detail).append("\n");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user