Commit 5852d563 authored by yanzg's avatar yanzg

压缩视频

parent 036b538b
......@@ -120,7 +120,7 @@ public class PrinterHelper {
for (PrinterPagerItemData item : pager.getItems()) {
// 判断是否需要格式化
if (StringHelper.isEmpty(item.getFormat())) {
continue;
item.setFormat("{0}");
}
// 生成目标格式化字符串
String format = getFormat(item.getFormat(), item.getName(), new PrinterFormatHandle() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment