|
@@ -388,8 +388,8 @@ public class TbClassTeacherTempServiceImpl extends BaseServiceImpl<TbClassTeache
|
|
|
auditService.save(audit);
|
|
|
|
|
|
TbLibJoin tbLibJoin=joinService.getById(tbLibManager.getLibId());
|
|
|
- if(tbLibJoin!=null && tbLibJoin.getLibtype()!=4) {
|
|
|
- tbLibJoin.setLibtype(4);
|
|
|
+ if(tbLibJoin!=null && tbLibJoin.getLibtype()!=5) {
|
|
|
+ tbLibJoin.setLibtype(5);
|
|
|
joinService.save(tbLibJoin);
|
|
|
}
|
|
|
|