smartor/src/main/resources/mapper/smartor/ExternallInfoMapper.xml
@@ -315,6 +315,7 @@ <if test="startTime != null and endTime != null ">and jdsj between TO_DATE(#{startTime}, 'YYYY-MM-DD') AND TO_DATE(#{endTime},'YYYY-MM-DD') </if> <if test="brid != null ">and BRID = #{brid}</if> </where> </select>