|
|
|
@@ -194,6 +194,7 @@ public class WxBillAllServiceImpl implements WxBillAllService { |
|
|
|
for (Map<String, Object> map:maps) { |
|
|
|
Integer billType = ((Long)map.get("billTypeValue")).intValue(); |
|
|
|
if(EnumBillType.SETTLE.getCode().equals(billType)){ |
|
|
|
logger.info("-----------------"); |
|
|
|
Long id = (Long)map.get("id"); |
|
|
|
WxBillSettle settle = wxBillSettleService.getById(id,EnumFilterSettle.YES.getCode()); |
|
|
|
BigDecimal money = new BigDecimal(settle.getBalance()).divide(new BigDecimal(100),2,BigDecimal.ROUND_HALF_UP); |
|
|
|
@@ -207,6 +208,7 @@ public class WxBillAllServiceImpl implements WxBillAllService { |
|
|
|
for (Map<String, Object> map:maps) { |
|
|
|
Integer billType = ((Long)map.get("billTypeValue")).intValue(); |
|
|
|
if(EnumBillType.SETTLE.getCode().equals(billType)){ |
|
|
|
logger.info("-----------------"); |
|
|
|
Long id = (Long)map.get("id"); |
|
|
|
WxBillSettle settle = wxBillSettleService.getById(id,EnumFilterSettle.YES.getCode()); |
|
|
|
BigDecimal money = new BigDecimal(settle.getBalance()).divide(new BigDecimal(100),2,BigDecimal.ROUND_HALF_UP); |
|
|
|
|