src/main/resources/mapper/LocDetlMapper.xml
@@ -97,9 +97,6 @@ <if test="anfme!=null and anfme!='' "> and a.anfme like '%' + #{anfme} + '%' </if> <if test="altme!=null and altme!='' "> and a.altme like '%' + #{altme} + '%' </if> <if test="startTime!=null and endTime!=null"> and a.modi_time between #{startTime} and #{endTime} </if>