Browse Source

决策支持优化

15168162575 11 tháng trước cách đây
mục cha
commit
6495aa080c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      application/api/controller/Decision.php

+ 1 - 1
application/api/controller/Decision.php

@@ -145,7 +145,7 @@ class Decision extends Api
         // 初始化查询条件
         $where = [];
         if (!empty($param['sist'])) {
-            $where['a.设备编组'] = $param['sist'];
+            $where['b.设备编组'] = $param['sist'];
         }
 
         // 转换日期格式