瀏覽代碼

[账单总览][修改][查询显示]

release_toaliyun_real
gongbiao 7 年之前
父節點
當前提交
345ba914a6
共有 1 個檔案被更改,包括 3 行新增2 行删除
  1. +3
    -2
      mallinkService/src/main/resources/mapper/WxBillAllMapper.xml

+ 3
- 2
mallinkService/src/main/resources/mapper/WxBillAllMapper.xml 查看文件

@@ -75,12 +75,13 @@
rent_shop_type,'[]' shop_info,NULL comments
from wx_bill_daily where tenant_id=#{tenantId}
union all
select id,merchant_id,shop_id,tenant_id,name,7 bill_type_value,name as bill_type,0 as
select id,merchant_id,shop_id,tenant_id,name,7 bill_type_value,concat('其他费用-',name) as bill_type,0 as
need_pay,receive_pay,pay,owe,receive_date,pay_date,expired_day,status,'' starttime,'' endtime,
rent_shop_type,'[]' shop_info,comments
from wx_bill_other where tenant_id=#{tenantId}
union all
select id,merchant_id,shop_id,tenant_id,comments as name,8 bill_type_value,comments as bill_type,0 as
select id,merchant_id,shop_id,tenant_id,comments as name,8 bill_type_value,concat('其他押金-',comments) as
bill_type,0 as
need_pay,receive_pay,pay,owe,receive_date,pay_date,expired_day,status,'' starttime,'' endtime,
rent_shop_type,'[]' shop_info,comments
from wx_bill_other_deposit where tenant_id=#{tenantId}


Loading…
取消
儲存