|
@@ -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);
|