Browse Source

[租赁合同][修改][列表查询语句]

release_toaliyun_real
gongbiao 7 years ago
parent
commit
d03c6364f5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxRentContractMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxRentContractMapper.xml View File

@@ -104,7 +104,7 @@
rc.price,rc.contract_number contractNumber,s.shop_number shopNumber,f.floor_name floorName,b.building_name buildingName,
rc.lease,rc.filepath,rc.filename,rc.pay_account payAccount,rc.sign_date signDate,rc.merchant_id merchantId,rc.type,
rc.start_date startDate,rc.end_date endDate,br.`name` brandName,rc.apply_status applyStatus,rc.bank_name
bankName,
bankName,rc.merchant_id merchantId
rc.rent_shop_type rentShopType
from wx_rent_contract rc
left join wx_shop s on rc.shop_id=s.id


Loading…
Cancel
Save