|
@@ -50,7 +50,7 @@
|
|
|
<if test="param.bindStatus !=null and param.bindStatus ==1 ">
|
|
|
and u.user_name is not null
|
|
|
</if>
|
|
|
- order by c.activated_time desc
|
|
|
+ order by c.activated_time desc ,c.id desc
|
|
|
</select>
|
|
|
<select id="getByOutSnCodes" resultType="com.fdkankan.manage.entity.Camera">
|
|
|
select * from t_camera c left join t_camera_detail d on c.id = d.camera_id
|