|
|
@@ -355,6 +355,7 @@ public class WxFinancePrintServiceImpl implements WxFinancePrintService { |
|
|
String componentContent = ov.getString("value"); |
|
|
String componentContent = ov.getString("value"); |
|
|
if (null != sumlist && sumlist.size() > 0 ) { |
|
|
if (null != sumlist && sumlist.size() > 0 ) { |
|
|
ov.put("defaultValue",printCustomedTableDataHandler.getTableContent(componentContent, JSON.parseArray(JSON.toJSONString(sumlist)),JSON.parseObject(JSON.toJSONString(bq)))); |
|
|
ov.put("defaultValue",printCustomedTableDataHandler.getTableContent(componentContent, JSON.parseArray(JSON.toJSONString(sumlist)),JSON.parseObject(JSON.toJSONString(bq)))); |
|
|
|
|
|
ov.put("value", null); |
|
|
} |
|
|
} |
|
|
}else { |
|
|
}else { |
|
|
if (isSetDefaultValue) { |
|
|
if (isSetDefaultValue) { |
|
|
|