xiangpei
2025-01-21 e0d938f54896e9247aeeccd3a7fe43cc9fadbfd6
business/src/main/java/com/ycl/service/impl/ProjectInfoServiceImpl.java
@@ -106,6 +106,8 @@
        //添加基本信息
        ProjectInfo entity = ProjectInfoForm.getEntityByForm(form, null);
        Long userId = SecurityUtils.getUserId();
        Long deptId = SecurityUtils.getDeptId();
        entity.setProjectOwnerUnit(deptId);
        entity.setCreateBy(userId);
        entity.setUpdateBy(userId);
        baseMapper.insert(entity);