|
@@ -3059,6 +3059,7 @@ class CameraApiController extends BaseController
|
|
// 风险数据 is_delete = 0 and delete_type = 0 and flow_id is not null
|
|
// 风险数据 is_delete = 0 and delete_type = 0 and flow_id is not null
|
|
$risk_list = DB::connection('mysql_fwe10')
|
|
$risk_list = DB::connection('mysql_fwe10')
|
|
->table('uf_xx_risk_assignment as t')
|
|
->table('uf_xx_risk_assignment as t')
|
|
|
|
+ ->select('t.*','t1.shr as coal_shr')
|
|
->whereDate('t.create_time', $date)
|
|
->whereDate('t.create_time', $date)
|
|
->where('t.is_delete',0)
|
|
->where('t.is_delete',0)
|
|
->where('t.delete_type',0)
|
|
->where('t.delete_type',0)
|