|
@@ -1068,7 +1068,7 @@ public class PayOrderServiceImpl implements PayOrderService {
|
|
|
} else if (3 == account.getType()) {
|
|
|
totalAmount3 = MathUtil.add(totalAmount3, account.getSplitAccount()).doubleValue();
|
|
|
} else if (5 == account.getType()) {
|
|
|
- totalAmount4 = MathUtil.add(totalAmount4, account.getSplitAccount()).doubleValue());
|
|
|
+ totalAmount4 = MathUtil.add(totalAmount4, account.getSplitAccount()).doubleValue();
|
|
|
}
|
|
|
}
|
|
|
addMaps(maps, totalAmount1, PayUtil.publicAccountNo);
|