|
|
@@ -122,10 +122,10 @@ public class WxFinancePrintServiceImpl implements WxFinancePrintService { |
|
|
record.setUpdateTime(date); |
|
|
record.setUpdateTime(date); |
|
|
record.setName(record.getTitle()); |
|
|
record.setName(record.getTitle()); |
|
|
Map map = new HashMap(); |
|
|
Map map = new HashMap(); |
|
|
map.put("width", 770); |
|
|
|
|
|
|
|
|
map.put("width", 768); |
|
|
map.put("height", 500); |
|
|
map.put("height", 500); |
|
|
map.put("pageWidth", 325); |
|
|
|
|
|
map.put("pageHeight", 275); |
|
|
|
|
|
|
|
|
map.put("pageWidth", 215); |
|
|
|
|
|
map.put("pageHeight", 140); |
|
|
map.put("tempItems", record.getTempItems()); |
|
|
map.put("tempItems", record.getTempItems()); |
|
|
map.put("id", String.valueOf(record.getId())); |
|
|
map.put("id", String.valueOf(record.getId())); |
|
|
map.put("title", record.getName()); |
|
|
map.put("title", record.getName()); |
|
|
|