guomengjiao дней назад: 2
Родитель
Сommit
82484845d3

+ 1 - 1
renren-admin/src/main/resources/mapper/qmjz/ScoreStuMapper.xml

@@ -21,7 +21,7 @@
             <if test="bo.scoreEvent != null and bo.scoreEvent!=''">
              and  a.score_event like concat ('%',#{bo.scoreEvent},'%')
             </if>
-            <if test="bo.taskIds != null">
+            <if test="bo.taskIds != null and bo.taskIds.size > 0">
                 and a.task_id in
                 <foreach item="item" index="index" collection="bo.taskIds" separator="," open="(" close=")">
                     #{item}

+ 1 - 1
renren-admin/src/main/resources/pay.properties

@@ -14,7 +14,7 @@ pay.notify.meet.url=https://qingyunhui.songlanyun.com/qyh/api/order/meetPayCallb
 ## 活动支付回调地址
 pay.notify.activity.url=https://qingyunhui.songlanyun.com/qyh/api/act/register/wx/back
 pay.notify.enterprise.url=https://qingyunhui.songlanyun.com/qyh/api/enterprise/enterprisePaysCallback
-pay.notify.transfer.url=https://frp.songlanyun.com/qyh/api/withdraw/transferCallback
+pay.notify.transfer.url=https://qingyunhui.songlanyun.com/qyh/api/withdraw/transferCallback
 
 
 # 本地 退款P12文件目录