txf пре 3 година
родитељ
комит
52f95638e6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/main/resources/com/steerinfo/dil/mapper/RmsCapacityMapper.xml

+ 1 - 1
src/main/resources/com/steerinfo/dil/mapper/RmsCapacityMapper.xml

@@ -726,7 +726,7 @@
         and RCA.CARRIER_SSO_ID = #{carrierSSOId}
       </if>
       <if test="index != null">
-        and instr(RC.CAPACITY_NUMBER, #{index}) > 0
+        and (instr(RC.CAPACITY_NUMBER, #{index}) > 0 or instr(RCA.CARRIER_NAME, #{index}) > 0)
       </if>
     ORDER BY RC.INSERT_TIME DESC
     )