fuliqi
2025-01-20 77ed1880a1c8e56b07131760b15e7b25c538b595
business/src/main/java/com/ycl/service/impl/ProjectInfoServiceImpl.java
@@ -103,6 +103,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);