| | |
| | | <if test="name != null"> |
| | | and upper(name) like #{name} |
| | | </if> |
| | | <if test="sensorType != null"> |
| | | and sensortype = #{sensorType} |
| | | </if> |
| | | <if test="mataType != null"> |
| | | and mata_type = #{mataType} |
| | | </if> |
| | | <if test="startDate != null"> |
| | | and acq_time >= #{startDate} |
| | | </if> |
| | | <if test="endDate != null"> |
| | | and acq_time <= #{endDate} |
| | | </if> |
| | | <if test="wkt != null"> |
| | | and ${wkt} |
| | | </if> |
| | |
| | | <if test="name != null"> |
| | | and upper(name) like #{name} |
| | | </if> |
| | | <if test="sensorType != null"> |
| | | and sensortype = #{sensorType} |
| | | </if> |
| | | <if test="mataType != null"> |
| | | and mata_type = #{mataType} |
| | | </if> |
| | | <if test="startDate != null"> |
| | | and acq_time >= #{startDate} |
| | | </if> |
| | | <if test="endDate != null"> |
| | | and acq_time <= #{endDate} |
| | | </if> |
| | | <if test="wkt != null"> |
| | | and ${wkt} |
| | | </if> |