src/main/java/org/springblade/modules/task/mapper/TaskNoFraudReportingMapper.xml
@@ -64,6 +64,11 @@ <if test="place.placeName != null and place.placeName != ''"> and jp.place_name like concat('%', #{place.placeName},'%') </if> <if test="place.startTime != null and place.startTime != '' and place.endTime != null and place.endTime != '' "> AND jtnfr.create_time BETWEEN #{place.startTime} and #{place.endTime} </if> <if test="place.principal != null and place.principal != ''"> and jp.principal like concat('%', #{place.principal},'%') </if>