udream-cxs 4 rokov pred
rodič
commit
bb01705ed6

+ 3 - 1
lift-ud-service/src/main/java/cn/com/ty/lift/ud/schoolVideo/mapper/SchoolVideoMapper.xml

@@ -4,7 +4,9 @@
 	namespace="cn.com.ty.lift.ud.schoolVideo.mapper.SchoolVideoMapper">
 
    <select id="selectByQuery" resultType="cn.com.ty.lift.ud.schoolVideo.mapper.entity.SchoolVideoEntity" >
-     SELECT a.*,b.name nickname,b.avatar_url avatarUrl FROM school_video AS a LEFT JOIN user_info AS b ON a.user_id=b.user_id
+     SELECT a.*,b.name nickname,b.avatar_url avatarUrl
+     FROM school_video AS a
+     LEFT JOIN user_info AS b ON a.user_id=b.user_id
     <where>
         ${ew.sqlSegment}
     </where>

+ 1 - 1
lift-ud-service/src/main/resources/alipay/alipay-app.properties

@@ -17,7 +17,7 @@ alipay.alipay-root-cert-path=/root/server/cert/alipayRootCert.crt
 alipay.open-api-domain=https://openapi.alipay.com/gateway.do
 # \u652f\u4ed8\u5f02\u6b65\u56de\u8c03\u5730\u5740
 #alipay.alipay-notify-url=http://lift.whlhcx.com/api/alipayNotify
-alipay.alipay-notify-url=http://111.47.6.224:10227/udream/api/alipayNotify
+alipay.alipay-notify-url=http://220.249.127.210:10227/udream/api/alipayNotify
 
 alipay.charset=utf-8
 

+ 2 - 2
lift-ud-service/src/main/resources/application-prod.yml

@@ -57,7 +57,7 @@ aliyun:
 #微信分享跳转链接
 sys:
   cont:
-    wxShareUrl: http://lift.whlhcx.com/h5/index.html
+    wxShareUrl: http://220.249.127.210:8003/h5/index.html
 
 
 ##微信支付配置信息
@@ -71,7 +71,7 @@ wx:
     mchKey: aG2Ap1SSzGXBAQgCUPGDMEJ9m4oqKEDg
     keyPath:
     # 接收微信支付异步通知回调地址,通知url必须为直接可访问的url,不能携带参数。
-    notifyUrl: http://111.47.6.224:10227/udream/api/wxpayNotify
+    notifyUrl: http://220.249.127.210:10227/udream/api/wxpayNotify
 
 # websoket端口设置
 netty: