|
|
|
@@ -138,7 +138,7 @@ |
|
|
|
|
|
|
|
<select id="listOtherBill" parameterType="com.iformall.domain.vo.WxBillAll" resultMap="allVoResultMap"> |
|
|
|
select id,merchant_id merchantId,shop_id shopId,tenant_id tenantId,parent_tenant_id parentTenantId,name,7 billTypeValue,concat('其他费用-',name) as billType, |
|
|
|
0 as need_pay needPay,receive_pay receivePay,pay,owe,receive_date receiveDate,pay_date payDate,expired_day expiredDay,status,starttime,endtime, |
|
|
|
0 as needPay,receive_pay receivePay,pay,owe,receive_date receiveDate,pay_date payDate,expired_day expiredDay,status,starttime,endtime, |
|
|
|
rent_shop_type rentShopType,'[]' shopInfo,comments,'' price_detail,updatetime,freeze,0 late_pay_price,service_charge_pay |
|
|
|
from wx_bill_other bill |
|
|
|
where bill.`tenant_id` = #{tenantId} |
|
|
|
|