|
@@ -3,7 +3,8 @@
|
|
<mapper namespace="com.fdkankan.manage.mapper.ICameraMapper">
|
|
<mapper namespace="com.fdkankan.manage.mapper.ICameraMapper">
|
|
|
|
|
|
<select id="pageList" resultType="com.fdkankan.manage.vo.response.CameraDetailVo">
|
|
<select id="pageList" resultType="com.fdkankan.manage.vo.response.CameraDetailVo">
|
|
- select c.id ,c.sn_code,c.activated_time ,d.create_time as outTime ,d.type,d.own as outType ,co.company_name ,u.user_name, c.wifi_name
|
|
|
|
|
|
+ select c.id ,c.sn_code,c.activated_time ,d.create_time as outTime ,d.type,d.own as outType ,co.company_name ,u.user_name, c.wifi_name,
|
|
|
|
+ d.order_sn
|
|
from t_camera c
|
|
from t_camera c
|
|
left join t_camera_detail d on c.id = d.camera_id
|
|
left join t_camera_detail d on c.id = d.camera_id
|
|
left join t_company co on d.company_id = co.id
|
|
left join t_company co on d.company_id = co.id
|