소스 검색

积分是否领取 成功

xgb 3 주 전
부모
커밋
3ab2e9c1af
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      fs-service/src/main/java/com/fs/his/service/impl/FsUserIntegralLogsServiceImpl.java

+ 2 - 2
fs-service/src/main/java/com/fs/his/service/impl/FsUserIntegralLogsServiceImpl.java

@@ -536,10 +536,10 @@ public class FsUserIntegralLogsServiceImpl implements IFsUserIntegralLogsService
         }
 
         // 是否首次下载App
-        Integer isFinishDownloadAppIntegral=0;
+        int isFinishDownloadAppIntegral=0;
         integralLogs = fsUserIntegralLogsMapper.selectFsUserIntegralLogsByUserIdAndLogType(userId, FsUserIntegralLogTypeEnum.TYPE_28.getValue(), null);
         if (!integralLogs.isEmpty()) {
-            isFinishConsultation = 1;
+            isFinishDownloadAppIntegral = 1;
         }