|
|
|
@@ -69,7 +69,7 @@ |
|
|
|
<select id="queryBillList" parameterType="com.iformall.domain.po.WxBillOtherDeposit" resultType="hashmap"> |
|
|
|
select br.`id`,br.`receive_pay` receivePay,br.`pay`,br.`receive_date` receiveDate, |
|
|
|
br.`pay_date` payDate,br.`createtime`,br.`expired_day` expiredDay,br.`owe`,br.`status`, |
|
|
|
m.`name` merchantName,s.shop_number shopNumber,br.`updatetime`,br.`return_price` returnPrice |
|
|
|
m.`name` merchantName,s.shop_number shopNumber,br.`updatetime`,br.`return_price` returnPrice, |
|
|
|
br.`merchant_id` merchantId,br.shop_id shopId,br.name,br.comments,br.`rent_shop_type` rentShopType |
|
|
|
from wx_bill_other_deposit br left join wx_merchant m on br.merchant_id=m.id |
|
|
|
left join wx_shop s on br.shop_id=s.id |
|
|
|
|