zx 3 vuotta sitten
vanhempi
commit
08977a27e3

+ 1 - 1
src/main/resources/application-prod.yml

@@ -33,7 +33,7 @@ openfeign:
   OMSFeign:
     url: ${OMSFEIGN_URL:172.16.33.166:8095}
   RmsFeign:
-    url: ${RMSFEIGN_URL:172.16.33.166:8060}
+    url: ${RMSFEIGN_URL:localhost:8060}
   JoinFeign:
     url: ${JOINFEIGN_URL:172.16.33.166:8066}
   OTMSFeign:

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

@@ -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