|
|
@@ -702,7 +702,7 @@
|
|
|
select * from(
|
|
|
select
|
|
|
RC.TRANS_RANGE_ID "transrangeId",
|
|
|
- RC.TRANS_RANGE_NAME "transrangeName",
|
|
|
+ RC.TRANS_RANGE_NAME "transrangeName",
|
|
|
RC.TRANS_RANGE_ID "operationRangeId",
|
|
|
RC.TRANS_RANGE_NAME "operationRangeName",
|
|
|
RC.TRANS_RANGE_ID "id",
|
|
|
@@ -718,7 +718,8 @@
|
|
|
)
|
|
|
<where>
|
|
|
<if test="index!=null and index!=''">
|
|
|
- AND REGEXP_LIKE("label", #{index})
|
|
|
+ <bind name="indexBind" value="'%' + index + '%'"/>
|
|
|
+ AND "label" like #{indexBind}
|
|
|
</if>
|
|
|
<if test="transrangeId!=null and transrangeId!=''">
|
|
|
AND "transrangeId" = #{transrangeId}
|