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