Merge remote-tracking branch 'origin/master'

This commit is contained in:
2025-03-20 18:15:38 +08:00

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("当前用户还未实名认证!");
}