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