Просмотр исходного кода

[租赁物业合同][修改][查询语句]

release_toaliyun_real
gongbiao 7 лет назад
Родитель
Сommit
beda7fe76a
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxRentContractMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxRentContractMapper.xml Просмотреть файл

@@ -319,7 +319,7 @@
select rc.id,rc.merchant_name,rc.rental_start_date,rc.rental_end_date,rc.`status`, select rc.id,rc.merchant_name,rc.rental_start_date,rc.rental_end_date,rc.`status`,
rc.price as rent_price,rc.contract_number,s.shop_number,rc.type,rc.apply_status, 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.rent_shop_type,rc.rent_info,pc.price as property_price
from wx_rent_contract rc inner join wx_property_contract pc on rc.id=pc.rent_contract_id
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 left join wx_shop s on rc.shop_id=s.id
<where> <where>
rc.tenant_id=#{tenantId} rc.tenant_id=#{tenantId}


Загрузка…
Отмена
Сохранить