|
|
|
@@ -249,6 +249,7 @@ public class WxFinancePrintServiceImpl implements WxFinancePrintService { |
|
|
|
if (StringUtils.isBlank(template.getContent())) { |
|
|
|
return null; |
|
|
|
} |
|
|
|
template.setContent(template.getContent().replaceAll(" ", " "));; |
|
|
|
JSONObject o = JSON.parseObject(template.getContent()); |
|
|
|
if (null == o) { |
|
|
|
return null; |
|
|
|
@@ -330,7 +331,6 @@ public class WxFinancePrintServiceImpl implements WxFinancePrintService { |
|
|
|
receiveTotal = receiveTotal.add(billSum.getNeedPayNumber()); |
|
|
|
payTotal = payTotal.add(billSum.getPaidNumber()); |
|
|
|
oweTotal = oweTotal.add(billSum.getOweNumber()); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
bq.setNeedPay(receiveTotal.toPlainString()); |
|
|
|
|