StringsqlCount="select count(1) from user_collections where type='TICKET' and status=1 and content_id>=5722 and created_at"+(StringUtils.isBlank(incrDt)?"<":">=")+"curdate()";
...
...
@@ -71,7 +71,7 @@ public class DMCollectionProcessor extends DataMigrationProcessorService {