优化
This commit is contained in:
@ -123,7 +123,7 @@ public class AppBgtProjectTaskController extends BaseController {
|
|||||||
bo.setSubId(num);
|
bo.setSubId(num);
|
||||||
bo.setUserId(SecurityUtils.getAppUserId());
|
bo.setUserId(SecurityUtils.getAppUserId());
|
||||||
bo.setStatus("1");
|
bo.setStatus("1");
|
||||||
BgtUser byId = bgtUserService.getById(SecurityUtils.getAppUserId());
|
BgtUser byId = bgtUserService.selectUserByUserId(SecurityUtils.getAppUserId());
|
||||||
if(byId == null || byId.getIdentityCard() == null){
|
if(byId == null || byId.getIdentityCard() == null){
|
||||||
throw new BaseException("当前用户还未实名认证!");
|
throw new BaseException("当前用户还未实名认证!");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user