2 커밋 24c7db978a ... 3437051278

작성자 SHA1 메시지 날짜
  zx 3437051278 Merge remote-tracking branch 'origin/master' 1 일 전
  zx 893e28b5ca add 1 일 전
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      fs-service-system/src/main/java/com/fs/course/service/impl/FsUserCourseVideoServiceImpl.java

+ 2 - 0
fs-service-system/src/main/java/com/fs/course/service/impl/FsUserCourseVideoServiceImpl.java

@@ -827,6 +827,7 @@ public class FsUserCourseVideoServiceImpl implements IFsUserCourseVideoService
             TransferBillsResult transferBillsResult;
             if (sendRedPacket.get("isNew").equals(1)){
                 transferBillsResult = (TransferBillsResult)sendRedPacket.get("data");
+
                 redPacketLog.setOutBatchNo(transferBillsResult.getOutBillNo());
             }else {
                 redPacketLog.setOutBatchNo(sendRedPacket.get("orderCode").toString());
@@ -844,6 +845,7 @@ public class FsUserCourseVideoServiceImpl implements IFsUserCourseVideoService
             redPacketLog.setAmount(amount);
             redPacketLog.setWatchLogId(log.getLogId() != null ? log.getLogId() : null);
             redPacketLog.setPeriodId(param.getPeriodId());
+            redPacketLog.setResult(JSON.toJSONString(sendRedPacket));
             redPacketLogMapper.insertFsCourseRedPacketLog(redPacketLog);
 
             // 更新观看记录的奖励类型