소스 검색

Merge remote-tracking branch 'origin/master'

yumeng 2 년 전
부모
커밋
f749636a1d
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ruixuan-admin/src/main/resources/application-prod.yml
  2. 1 0
      ruixuan-live/src/main/resources/mapper/isc/KuaishouPromoterMapper.xml

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

@@ -185,6 +185,6 @@ telephoneRobot:
 
 promoter:
   #启动宇鹏清洗数据的服务IP
-  start_ip_path: http://192.168.0.202:9999/
+  start_ip_path: http://111.206.86.186:9999/
   #内网数据库服务IP
   internal_ip_path: http://api.tjyourong.com.cn/material/

+ 1 - 0
ruixuan-live/src/main/resources/mapper/isc/KuaishouPromoterMapper.xml

@@ -75,6 +75,7 @@
         <if test="userId != null ">
             AND user_id = #{userId}
         </if>
+        limit 1
     </select>
 
     <insert id="insertKuaishouPromoter" parameterType="com.ruixuan.isc.entity.KuaishouPromoter" useGeneratedKeys="true"