yourName 1 年之前
父节点
当前提交
e3fa5021fc
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/main/resources/com/steerinfo/dil/mapper/UniversalMapper.xml

+ 5 - 0
src/main/resources/com/steerinfo/dil/mapper/UniversalMapper.xml

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