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