|
@@ -973,6 +973,7 @@
|
|
|
RL.LINE_ID "value",
|
|
RL.LINE_ID "value",
|
|
|
RL.LINE_NAME "label",
|
|
RL.LINE_NAME "label",
|
|
|
RL.LINE_NAME "text",
|
|
RL.LINE_NAME "text",
|
|
|
|
|
+ RL.REMARK "lineDesk",
|
|
|
NVL(RL_TEMP."points",'无') "points",
|
|
NVL(RL_TEMP."points",'无') "points",
|
|
|
|
|
|
|
|
RL.LINE_TYPE "lineType",
|
|
RL.LINE_TYPE "lineType",
|
|
@@ -1003,6 +1004,9 @@
|
|
|
<if test="lineType!=null and lineType!=''">
|
|
<if test="lineType!=null and lineType!=''">
|
|
|
AND REGEXP_LIKE("lineType" , #{lineType})
|
|
AND REGEXP_LIKE("lineType" , #{lineType})
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="lastIndex!=null and lastIndex!=''">
|
|
|
|
|
+ AND 1!=1
|
|
|
|
|
+ </if>
|
|
|
</where>
|
|
</where>
|
|
|
FETCH NEXT 10 ROWS ONLY
|
|
FETCH NEXT 10 ROWS ONLY
|
|
|
)
|
|
)
|
|
@@ -1015,6 +1019,7 @@
|
|
|
RL.LINE_ID "value",
|
|
RL.LINE_ID "value",
|
|
|
RL.LINE_NAME "label",
|
|
RL.LINE_NAME "label",
|
|
|
RL.LINE_NAME "text",
|
|
RL.LINE_NAME "text",
|
|
|
|
|
+ RL .REMARK "lineDesk",
|
|
|
NVL(RL_TEMP."points",'无') "points",
|
|
NVL(RL_TEMP."points",'无') "points",
|
|
|
RL.LINE_TYPE "lineType",
|
|
RL.LINE_TYPE "lineType",
|
|
|
'lineName' "prop"
|
|
'lineName' "prop"
|