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