diff --git a/mallinkService/src/main/resources/mapper/WxBillAllMapper.xml b/mallinkService/src/main/resources/mapper/WxBillAllMapper.xml
index 1ca519175..7fe363119 100644
--- a/mallinkService/src/main/resources/mapper/WxBillAllMapper.xml
+++ b/mallinkService/src/main/resources/mapper/WxBillAllMapper.xml
@@ -212,4 +212,79 @@
+
+
+
+
+
diff --git a/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml b/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml
index 58ed45e22..48bfb65d7 100644
--- a/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml
+++ b/mallinkService/src/main/resources/mapper/WxRentContractMapper.xml
@@ -38,7 +38,6 @@
-
@@ -47,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`,`way`
+ `start_date`,`end_date`,`apply_status`,`bank_name`,`rent_shop_type`
@@ -83,7 +82,6 @@
and `start_date` = #{startDate}
and `end_date` = #{endDate}
and `rent_shop_type` = #{rentShopType}
- and `way` = #{way}
and id in
@@ -107,7 +105,7 @@
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,
- rc.rent_shop_type rentShopType,rc.way
+ rc.rent_shop_type rentShopType
from wx_rent_contract rc
left join wx_shop s on rc.shop_id=s.id
left join wx_mall_floor f on s.floor=f.id
@@ -121,7 +119,6 @@
and rc.`shop_id` = #{shopId}
and rc.`type` = #{type}
and rc.`rent_shop_type` = #{rentShopType}
- and rc.`way` = #{way}
order by rc.id desc