We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dff83e commit 1ddca4fCopy full SHA for 1ddca4f
1 file changed
source/src/main/java/org/cerberus/core/crud/dao/impl/TagDAO.java
@@ -144,6 +144,7 @@ public AnswerList<Tag> readCampaignsRunning() {
144
145
final String query = "SELECT * FROM tag WHERE campaign IS NOT NULL AND campaign != '' "
146
+ "AND CIResult = '' "
147
+ + "AND DateStartExe >= DATE_SUB(NOW(), INTERVAL 1 MONTH) "
148
+ "ORDER BY DateCreated DESC LIMIT 10";
149
150
LOG.debug("SQL : {}", query);
0 commit comments