This commit is contained in:
zt
2025-03-20 18:14:44 +08:00
parent b91a718327
commit 09b89281a9

View File

@ -123,7 +123,7 @@ public class AppBgtProjectTaskController extends BaseController {
bo.setSubId(num);
bo.setUserId(SecurityUtils.getAppUserId());
bo.setStatus("1");
BgtUser byId = bgtUserService.getById(SecurityUtils.getAppUserId());
BgtUser byId = bgtUserService.selectUserByUserId(SecurityUtils.getAppUserId());
if(byId == null || byId.getIdentityCard() == null){
throw new BaseException("当前用户还未实名认证!");
}