convert_info_loaded_records_fix
This commit is contained in:
parent
204251a7b0
commit
1afb931d18
1 changed files with 2 additions and 2 deletions
|
|
@ -577,7 +577,7 @@ SELECT
|
|||
'Отсутствует код ВУС'
|
||||
)
|
||||
)
|
||||
), 0) AS count_success,
|
||||
), 0) AS count_error,
|
||||
COALESCE(COUNT(r.id) FILTER (
|
||||
WHERE r.result = 'Импортирован'
|
||||
AND NOT EXISTS (
|
||||
|
|
@ -591,7 +591,7 @@ SELECT
|
|||
'Отсутствует код ВУС'
|
||||
)
|
||||
)
|
||||
), 0) AS count_error
|
||||
), 0) AS count_success
|
||||
FROM
|
||||
import_results r;</sql>
|
||||
<limit>0</limit>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue