记得上下班打卡 | git大法好,push需谨慎

Commit 6bc86119 authored by zhouhuan's avatar zhouhuan

演出详情和导出

parent 5cd5c22b
......@@ -79,7 +79,7 @@ public class ToolsBaseController extends BaseController {
return error("查无订单");
}
ExcelUtil<OrderExportVo> util = new ExcelUtil(OrderExportVo.class);
return util.exportExcel(list, list.get(0).getPerformanceTitle() + "-" + mobileType);
return util.exportExcel(list, mobileType+"");
}
/**
......
......@@ -9,7 +9,7 @@
height: 400px;
}
.img-Approval{
width-max:300px;
max-width:300px;
height: 400px;
}
</style>
......
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