|
|
|
@ -61,9 +61,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
<if test="dimensionalNOrS != null "> and dimensional_n_or_s = #{dimensionalNOrS}</if>
|
|
|
|
|
<if test="longitudinalEOrW != null "> and longitudinal_e_or_w = #{longitudinalEOrW}</if>
|
|
|
|
|
<if test="dLIsencryption != null "> and d_l_isencryption = #{dLIsencryption}</if>
|
|
|
|
|
<if test="latitude != null "> and latitude = #{latitude}</if>
|
|
|
|
|
<if test="longitude != null "> and longitude = #{longitude}</if>
|
|
|
|
|
<if test="altitude != null "> and altitude = #{altitude}</if>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<if test="speed != null "> and speed = #{speed}</if>
|
|
|
|
|
<if test="course != null "> and course = #{course}</if>
|
|
|
|
|
<if test="createTime != null "> and create_time = #{createTime}</if>
|
|
|
|
|