src/main/java/org/springblade/modules/place/mapper/PlaceMapper.xml
@@ -184,6 +184,10 @@ and jpag.pcs_name like concat('%',#{place.deptName},'%') </if> <if test="place.startTime != null and place.startTime != '' and place.endTime != null and place.endTime != '' "> AND jp.create_time BETWEEN #{place.startTime} and #{place.endTime} </if> <if test="place.policeName!=null and place.policeName!=''"> and bus.name like concat('%',#{place.policeName},'%') </if>