|
|
|
@@ -422,7 +422,7 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
public void buildRent(int lease, int receivePeriod, int price, Date startdate, int dayType, WxRentContract wxRentContract, long userId, WxMerchant wxMerchant) { |
|
|
|
public void buildRent(int lease, int receivePeriod, int price, Date startdate, int dayType, WxRentContract wxRentContract, Long userId, WxMerchant wxMerchant) { |
|
|
|
|
|
|
|
int extralease = lease % receivePeriod; |
|
|
|
int extracount = extralease > 0 ? 1 : 0; |
|
|
|
|