Sfoglia il codice sorgente

修复学院项目发布bug

houlai 5 mesi fa
parent
commit
f7e5ca5b03

+ 1 - 1
yudao-module-as/yudao-module-as-biz/src/main/java/cn/iocoder/yudao/module/as/service/aidingstudentscollegemanage/AidingStudentsCollegeManageServiceImpl.java

@@ -60,7 +60,7 @@ public class AidingStudentsCollegeManageServiceImpl implements AidingStudentsCol
         Long collegeId =  deptApi.getCollegeId(deptId);
         createReqVO.setCollegeId(collegeId);*/
         //改变状态
-        createReqVO.setComStatus(1);
+        createReqVO.setComStatus(0);
         // 插入
         AidingStudentsCollegeManageDO aidingStudentsCollegeManage = BeanUtils.toBean(createReqVO, AidingStudentsCollegeManageDO.class);
         aidingStudentsCollegeManageMapper.insert(aidingStudentsCollegeManage);