Commit fc1b8fa7 by java-温文海

excel导出格式变更

parent 05d5122e
......@@ -143,7 +143,7 @@ public class StatisticalController {
for (StatisticalListEntity s:list
) {
//自定义导出格式
s.setDepIataLabel(s.getArrIataName()+"="+s.getDepIataName());
s.setDepIataLabel(s.getDepIataName()+s.getDepIata()+"-"+s.getArrIataName()+s.getArrIata());
s.setNo(no);
no++;
......
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