|
|
|
|
@ -1074,6 +1074,7 @@
|
|
|
|
|
and dl.device_type = '5' |
|
|
|
|
and cpm.grade = 140 |
|
|
|
|
and cpm.terminal_device_type = '15' |
|
|
|
|
and cpm.param_type = '16' |
|
|
|
|
) |
|
|
|
|
group by |
|
|
|
|
device_type, |
|
|
|
|
@ -1101,6 +1102,7 @@
|
|
|
|
|
and dl.device_type = '6' |
|
|
|
|
and cpm.grade = 140 |
|
|
|
|
and cpm.terminal_device_type = '15' |
|
|
|
|
and cpm.param_type = '17' |
|
|
|
|
) |
|
|
|
|
group by |
|
|
|
|
device_type, |
|
|
|
|
@ -1129,6 +1131,7 @@
|
|
|
|
|
cpm.device_ledger_id = dl.id |
|
|
|
|
and dl.device_type = '5' |
|
|
|
|
and cpm.grade = 140 |
|
|
|
|
and cpm.param_type = '16' |
|
|
|
|
) |
|
|
|
|
group by |
|
|
|
|
device_type, |
|
|
|
|
@ -1155,6 +1158,7 @@
|
|
|
|
|
cpm.device_ledger_id = dl.id |
|
|
|
|
and dl.device_type = '6' |
|
|
|
|
and cpm.grade = 140 |
|
|
|
|
and cpm.param_type = '17' |
|
|
|
|
) |
|
|
|
|
group by |
|
|
|
|
device_type, |
|
|
|
|
@ -1181,6 +1185,7 @@
|
|
|
|
|
cpm.device_ledger_id = dl.id |
|
|
|
|
and dl.device_type = '5' |
|
|
|
|
and cpm.grade = 140 |
|
|
|
|
and cpm.param_type = '16' |
|
|
|
|
) |
|
|
|
|
group by |
|
|
|
|
device_type, |
|
|
|
|
@ -1207,6 +1212,7 @@
|
|
|
|
|
cpm.device_ledger_id = dl.id |
|
|
|
|
and dl.device_type = '6' |
|
|
|
|
and cpm.grade = 140 |
|
|
|
|
and cpm.param_type = '17' |
|
|
|
|
) |
|
|
|
|
group by |
|
|
|
|
device_type, |
|
|
|
|
|