Commit dc048b8a757853735266fd4b16ee4cc689f8bb85

Authored by 芯火源
1 parent c24be928

refactor: 摄像头信息查询

... ... @@ -55,10 +55,10 @@
55 55 AND type LIKE CONCAT('%',#{alarmType},'%')
56 56 </if>
57 57 <if test="startTime!=null">
58   - AND created_time >= #{startTime}
  58 + AND m.created_time >= #{startTime}
59 59 </if>
60 60 <if test="endTime!=null">
61   - AND created_time &lt;= #{endTime}
  61 + AND m.created_time &lt;= #{endTime}
62 62 </if>
63 63 <if test="status!=null">
64 64 AND status IN
... ...