|
@@ -944,7 +944,7 @@ public class CmPayShopService extends CrudService<CmPayShopDao, CmPayShop> {
|
|
|
BigDecimal waitPayShop = BigDecimal.ZERO;
|
|
|
if (shopOrder != null) {
|
|
|
payShopDifference.setPayStatus(shopOrder.getPayStatus());
|
|
|
- waitPayShop = MathUtil.sub(shopOrder.getShouldPayShopAmount(), shopOrder.getPayedShopAmount());
|
|
|
+ waitPayShop = MathUtil.sub(shopOrder.getShouldPayShopAmount(), shopOrder.getDifferencePrice());
|
|
|
NewCmShop shop = newCmShopDao.get(shopOrder.getShopID().toString());
|
|
|
payShopDifference.setBankAccount(shop.getBankAccount());
|
|
|
payShopDifference.setBankAccountName(shop.getBankAccountName());
|