x判断
判断条件 大于x 或者 小于 y 或者 大于x 且小于y
if ($scope.timeminstart != "" || $scope.timeminend != "") {
if ((($scope.timeminstart != "" && $scope.timeminstart != null) ? $scope.stopPointsArr[j].Seconds >= mintime : true) && (($scope.timeminend != "" && $scope.timeminend != null) ? $scope.stopPointsArr[j].Seconds <= maxtime : true))
}