提交 b01a4dcd authored 作者: chengye's avatar chengye

与缴费单功能调整

上级 8a5a6c19
...@@ -29,6 +29,8 @@ class EmPayment extends Base ...@@ -29,6 +29,8 @@ class EmPayment extends Base
->field('em.em_numb') ->field('em.em_numb')
->field('r.region_name') ->field('r.region_name')
->join(['em_account'=>'ea'],'ea.account_id=pay.account_id') ->join(['em_account'=>'ea'],'ea.account_id=pay.account_id')
->leftJoin(['em_payment_invoice'=>'epi'],'epi.payment_id = pay.payment_id')
->join(['em'],'em.id=ea.em_id') ->join(['em'],'em.id=ea.em_id')
->join(['station_info'=>'station'],'station.station_id=em.station_id') ->join(['station_info'=>'station'],'station.station_id=em.station_id')
->join(['region'=>'r'],'station.area_id = r.id') ->join(['region'=>'r'],'station.area_id = r.id')
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论