|
|
|
@@ -354,7 +354,8 @@ |
|
|
|
<result column="property_status" property="propertyStatus"/> |
|
|
|
<result column="rent_price_unit" property="rentPriceUnit"/> |
|
|
|
<result column="property_price_unit" property="propertyPriceUnit"/> |
|
|
|
|
|
|
|
<result column="bus_discount_time" property="busDiscountTime"/> |
|
|
|
<result column="bus_discount_ratio" property="busDiscountRatio"/> |
|
|
|
</resultMap> |
|
|
|
|
|
|
|
<select id="listContractVo" parameterType="com.iformall.domain.vo.WxRentPropertyContractVo" resultMap="contractMap"> |
|
|
|
@@ -362,7 +363,7 @@ |
|
|
|
rc.price as rent_price,rc.contract_number,s.shop_number,rc.type,rc.apply_status, |
|
|
|
rc.rent_shop_type,rc.rent_info,pc.price as property_price,rc.merchant_id,pc.`status` as property_status, |
|
|
|
rc.price_unit as rent_price_unit,pc.price_unit as property_price_unit, |
|
|
|
rc.business_type businessType |
|
|
|
rc.business_type businessType,rc.bus_discount_ratio,rc.bus_discount_time |
|
|
|
from wx_rent_contract rc left join wx_property_contract pc on rc.id=pc.rent_contract_id |
|
|
|
left join wx_shop s on rc.shop_id=s.id |
|
|
|
<where> |
|
|
|
|