|
@ -724,7 +724,6 @@ public class YkyyInternetService extends BaseJpaService<InternetUpErrorLogDO, In
|
|
"JOIN topics t ON t.id = b.consult\n" +
|
|
"JOIN topics t ON t.id = b.consult\n" +
|
|
"WHERE\n" +
|
|
"WHERE\n" +
|
|
"\ta.id = b.consult\n" +
|
|
"\ta.id = b.consult\n" +
|
|
"AND a.symptoms <> ''\n" +
|
|
|
|
"AND a.symptoms IS NOT NULL AND b.status=1";
|
|
"AND a.symptoms IS NOT NULL AND b.status=1";
|
|
|
|
|
|
if(StringUtils.isNotBlank(startDate)){
|
|
if(StringUtils.isNotBlank(startDate)){
|