Procházet zdrojové kódy

[商铺][合同][修改][调整字段]

release_toaliyun_real
gongbiao před 7 roky
rodič
revize
cd865b88ff
2 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxRentContractMapper.xml
  2. +1
    -1
      mallinkService/src/main/resources/mapper/WxShopMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxRentContractMapper.xml Zobrazit soubor

@@ -46,7 +46,7 @@
`tenant_id`,`filepath`,`status`,`contract_number`,`deposit`,`pay_date`,`is_del`,`merchant_name`,
`brand`,`business_id`,`shop_type`,`shop_id`,`updatetime`,`createtime`,`link_person`,`link_phone`,
`pay_account`,`filename`,`lease`,`type`,`revenue`,`adjust_ratio`,`adjust_period`,`pay_ratio`,
`start_date`,`end_date`,`apply_status`,`bank_name`,'rent_shop_type'
`start_date`,`end_date`,`apply_status`,`bank_name`,`rent_shop_type`
</sql>
<sql id="dynamicWhereConditions">
@@ -80,7 +80,7 @@
<if test=" null != type ">and `type` = #{type}</if>
<if test=" null != startDate ">and `start_date` = #{startDate}</if>
<if test=" null != endDate ">and `end_date` = #{endDate}</if>
<if test=" null != rentShopType ">and `rent_shop_type` = #{rentShopType}</if>
<if test=" null != ids ">
and id in


+ 1
- 1
mallinkService/src/main/resources/mapper/WxShopMapper.xml Zobrazit soubor

@@ -151,7 +151,7 @@
select s.id,s.shop_number shopNumber,s.build_area buildArea,
s.img_url imgUrl,s.operation_area operationArea,
s.status,b.building_name building,f.floor_name floor,m.`name` merchantName,m.id merchantId,
m.link_person linkPerson,m.link_phone linkPhone,s.manager,s.manager_phone managerPhone
m.link_person linkPerson,m.link_phone linkPhone,s.manager,s.manager_phone managerPhone,
s.type,s.point_type pointType
from wx_shop s left join wx_merchant_shop ms on ms.shop_id=s.id and ms.is_del=0
left join wx_merchant m on ms.merchant_id=m.id


Načítá se…
Zrušit
Uložit