|
|
|
@@ -1574,7 +1574,8 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
|
BigDecimal shoprentArea = shopAreaRateMap.get(sid);
|
|
|
|
BigDecimal shoprate = shoprentArea.divide(new BigDecimal(wxRentContract.getRentArea()),Constant.default_long_decimal_size,BigDecimal.ROUND_HALF_UP);
|
|
|
|
try {
|
|
|
|
BeanUtils.copyProperties(rs, rb);
|
|
|
|
System.out.println(" mmmmmmmmmmmm >>> rentArea:"+rb.getRentArea()+";period"+rb.getPeriod()+";receiveDate:"+rb.getReceiveDate());
|
|
|
|
BeanUtils.copyProperties(rs, rb);
|
|
|
|
rs.setId(idWorker.nextId());
|
|
|
|
rs.setShopId(sid);
|
|
|
|
rs.setNeedPay(new BigDecimal(rb.getNeedPay()).multiply(shoprate).setScale(wxRentContract.getDecimalSize(),BigDecimal.ROUND_HALF_UP).toPlainString());
|
|
|
|
|