Explorar el Código

[合同][修改][开发结算单]

release_toaliyun_real
luozukai hace 6 años
padre
commit
8652ec4055
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. +6
    -0
      mallinkService/src/main/resources/mapper/WxBillAllMapper.xml

+ 6
- 0
mallinkService/src/main/resources/mapper/WxBillAllMapper.xml Ver fichero

@@ -324,6 +324,9 @@
union all
select id,merchant_id,shop_id,tenant_id,8 bill_type_value,'其他押金' bill_type,0 as
need_pay,receive_pay,pay,owe,receive_date,pay_date,expired_day,status,rent_shop_type from wx_bill_other_deposit
union all
select id,id merchant_id,'' shop_id,tenant_id,10 bill_type_value,'补贴' bill_type,0 as
need_pay,subsidy receive_pay,0 pay,0 owe,'' receive_date,'' pay_date,'' expired_day,status,'' rent_shop_type from wx_merchant_subsidy
) bill
on(bb.bill_id=bill.id) where bb.settle_id = s.id and bb.type=0)
-
@@ -360,6 +363,9 @@
union all
select id,merchant_id,shop_id,tenant_id,8 bill_type_value,'其他押金' bill_type,0 as
need_pay,receive_pay,pay,owe,receive_date,pay_date,expired_day,status,rent_shop_type from wx_bill_other_deposit
union all
select id,id merchant_id,'' shop_id,tenant_id,10 bill_type_value,'补贴' bill_type,0 as
need_pay,subsidy receive_pay,0 pay,0 owe,'' receive_date,'' pay_date,'' expired_day,status,'' rent_shop_type from wx_merchant_subsidy
) bill
on(bb.bill_id=bill.id) where bb.settle_id = s.id and bb.type=1
)


Cargando…
Cancelar
Guardar