Kaynağa Gözat

积分是否领取 成功

xgb 2 hafta önce
ebeveyn
işleme
3ab2e9c1af

+ 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;
         }