Commit 5386cf02 authored by leyboy's avatar leyboy

1.开锁记录查询修改,只查询d.type=1的情况

parent fdb638ff
This diff is collapsed.
...@@ -53,7 +53,8 @@ ...@@ -53,7 +53,8 @@
</if> </if>
u.id = d.user_id and u.id = d.user_id and
d.id = lr.device_id and d.id = lr.device_id and
lr.lock_type != '' lr.lock_type != '' and
d.type = 1
</where> </where>
</select> </select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment