“djh”
5 days ago 3dfe99a609b364d84d6a8ee46768345923318ad9
exam-system/src/main/java/com/gkhy/exam/system/service/impl/SysCompanyServiceImpl.java
@@ -49,6 +49,7 @@
            throw new ApiException("公司名称已存在");
        }
        company.setCreateBy(SecurityUtils.getUsername());
        company.setRemainPeriod(company.getTotalPeriod());
        int row= baseMapper.insert(company);
        if(row<1){
            throw new ApiException("新增公司失败");