|
|
@@ -245,9 +245,6 @@
|
|
|
SELECT * FROM (
|
|
|
select * from (
|
|
|
select
|
|
|
- OPERATION_POINT_ID "operationPointId",
|
|
|
- OPERATION_POINT_NAME "operationPointName",
|
|
|
- OPERATION_POINT_TYPE "operationPointType",
|
|
|
OPERATION_POINT_ID "id",
|
|
|
OPERATION_POINT_ID "value",
|
|
|
OPERATION_POINT_NAME "label",
|
|
|
@@ -267,9 +264,6 @@
|
|
|
)
|
|
|
<if test="id!=null and id.size>0">
|
|
|
UNION select
|
|
|
- OPERATION_POINT_ID "operationPointId",
|
|
|
- OPERATION_POINT_NAME "operationPointName",
|
|
|
- OPERATION_POINT_TYPE "operationPointType",
|
|
|
OPERATION_POINT_ID "id",
|
|
|
OPERATION_POINT_ID "value",
|
|
|
OPERATION_POINT_NAME "label",
|