winter пре 1 година
родитељ
комит
8335c71854
1 измењених фајлова са 3 додато и 3 уклоњено
  1. +3
    -3
      mallinkService/src/main/java/com/iformall/service/impl/WxFinancePrintServiceImpl.java

+ 3
- 3
mallinkService/src/main/java/com/iformall/service/impl/WxFinancePrintServiceImpl.java Прегледај датотеку

@@ -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());


Loading…
Откажи
Сачувај