提交 46ab92b9 authored 作者: renjiancai's avatar renjiancai

--no commit message

上级 54464510
...@@ -85,7 +85,11 @@ public class FgIntegralServiceImpl extends BaseServiceImpl<Integral,String> impl ...@@ -85,7 +85,11 @@ public class FgIntegralServiceImpl extends BaseServiceImpl<Integral,String> impl
Integer signF = signLanguageUserRelationService.selectCountByExample(example); Integer signF = signLanguageUserRelationService.selectCountByExample(example);
vo.setType(0); vo.setType(0);
if(signF>0) { if(signF>0) {
vo.setType(1); if(user.getUserType().equals(1) || user.getUserType().equals(2) || user.getUserType().equals(3)) {
vo.setType(0);
}else {
vo.setType(1);
}
} }
//查询采集任务获取的积分总数 //查询采集任务获取的积分总数
Integer signsum = integralMapper.queryBySingCount(user.getUserId(),3); Integer signsum = integralMapper.queryBySingCount(user.getUserId(),3);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论