Ver a proveniência

Fixed mysql dashboard query bug

master
Savorboard há 5 anos
ascendente
cometimento
e7f11d22b8
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/DotNetCore.CAP.MySql/IMonitoringApi.MySql.cs

+ 1
- 1
src/DotNetCore.CAP.MySql/IMonitoringApi.MySql.cs Ver ficheiro

@@ -88,7 +88,7 @@ select count(Id) from `{0}.received` where StatusName = N'Failed';", _prefix);

if (!string.IsNullOrEmpty(queryDto.Content))
{
where += " and Content like '%@Content%'";
where += " and Content like CONCAT('%',@Content,'%')";
}

var sqlQuery =


Carregando…
Cancelar
Guardar