guomengjiao 3 달 전
부모
커밋
82484845d3
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      renren-admin/src/main/resources/mapper/qmjz/ScoreStuMapper.xml
  2. 1 1
      renren-admin/src/main/resources/pay.properties

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

@@ -21,7 +21,7 @@
             <if test="bo.scoreEvent != null and bo.scoreEvent!=''">
             <if test="bo.scoreEvent != null and bo.scoreEvent!=''">
              and  a.score_event like concat ('%',#{bo.scoreEvent},'%')
              and  a.score_event like concat ('%',#{bo.scoreEvent},'%')
             </if>
             </if>
-            <if test="bo.taskIds != null">
+            <if test="bo.taskIds != null and bo.taskIds.size > 0">
                 and a.task_id in
                 and a.task_id in
                 <foreach item="item" index="index" collection="bo.taskIds" separator="," open="(" close=")">
                 <foreach item="item" index="index" collection="bo.taskIds" separator="," open="(" close=")">
                     #{item}
                     #{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.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.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文件目录
 # 本地 退款P12文件目录