|
@@ -168,7 +168,7 @@
|
|
|
and (instr(RC.CAPACITY_NUMBER, #{index}) > 0 or instr(RCA.CARRIER_NAME, #{index}) > 0 or instr(RC.INSERT_UPDATE_REMARK, #{index})>0)
|
|
|
</if>
|
|
|
<if test="con != null">
|
|
|
- and instr(RCA.INSERT_UPDATE_REMARK, #{con}) > 0
|
|
|
+ and instr(RCC.INSERT_UPDATE_REMARK, #{con}) > 0
|
|
|
</if>
|
|
|
<if test="indexText!=null">
|
|
|
and instr(RCC.CAPACITY_USER_DEP, #{indexText}) > 0
|