@@ -215,7 +215,7 @@ public class FsUserIntegralLogsServiceImpl implements IFsUserIntegralLogsService
FsUserIntegralLogTypeEnum integralLogTypeEnum= null;
Long points = null;
Long userId = param.getUserId();
- if (userId!=null){
+ if (userId==null){
return R.error("缺少用户参数");
}
FsUserAddIntegralTemplateParam addIntegralTemplateParam = new FsUserAddIntegralTemplateParam();