|
@@ -199,7 +199,7 @@ public class WxService {
|
|
|
if (StrUtil.isNotEmpty(attachStr)) {
|
|
|
Attach attach = JSONUtil.toBean(attachStr, Attach.class);
|
|
|
List<PriceBO> cars = JSONUtil.toList(attach.getC(), PriceBO.class);
|
|
|
-
|
|
|
+ tbFeeStatisticsService.countParkFee(cars);//停车费日统计
|
|
|
for (PriceBO bo1 : cars) {
|
|
|
TbBusinessCar car = tbBusinessCarService.getById(bo1.getId());
|
|
|
BigDecimal price = bo1.getP();
|
|
@@ -212,7 +212,6 @@ public class WxService {
|
|
|
tbBusinessService.updateById(business);
|
|
|
}
|
|
|
}
|
|
|
- tbFeeStatisticsService.countParkFee(cars);//停车费日统计
|
|
|
tbFeeDetailsService.chargeParkFee(cars, transactionId);//添加cars的收费明细
|
|
|
String businessId = attach.getB();
|
|
|
if (StrUtil.isNotEmpty(businessId)) {
|