| drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/mapper/GdClueEventMapper.xml | ●●●●● patch | view | raw | blame | history |
drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/mapper/GdClueEventMapper.xml
@@ -151,10 +151,10 @@ and ce.dispose_user = #{userId} </if> <if test="startTime != null and startTime != ''"> and tr.shoot_time >= #{startTime} and tr.shoot_time >= #{startTime}::timestamp </if> <if test="endTime != null and endTime != ''"> and tr.shoot_time <= #{endTime} and tr.shoot_time <= #{endTime}::timestamp </if> order by ce.create_time desc </select>