提交 70668ff6 authored 作者: chengye's avatar chengye

测试基站详情读取抄表数据

上级 2368b726
...@@ -76,7 +76,7 @@ class Index extends Base ...@@ -76,7 +76,7 @@ class Index extends Base
->join(['em'],'em.id=eu.em_id') ->join(['em'],'em.id=eu.em_id')
->join(['station_info'=>'s'],'em.station_id=s.station_id') ->join(['station_info'=>'s'],'em.station_id=s.station_id')
->where('s.proj_number','=',$data->project_code) ->where('s.proj_number','=',$data->project_code)
->order('ue.last_date desc') ->order('eu.last_date desc')
->select(); ->select();
//计算功耗 //计算功耗
if($us) { if($us) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论