|
|
|
@@ -157,6 +157,7 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
|
for (int i = 0; i < size; i++) { |
|
|
|
JSONObject rentInfoObject = rentInfoArray.getJSONObject(i); |
|
|
|
Double rentPrice = rentInfoObject.getDouble("rentPrice"); |
|
|
|
wxRentContract.setShopId(rentInfoObject.getLong("shopId")); |
|
|
|
Long price = wxRentContract.getPrice()/100; |
|
|
|
if(rentPrice == null){ |
|
|
|
if(StringUtils.isNotBlank(wxRentContract.getRentArea()) && !"0".equals(wxRentContract.getRentArea()) && !"0.00".equals(wxRentContract.getRentArea()) && !"0.0".equals(wxRentContract.getRentArea()) ) { |
|
|
|
|