wuwen 4 years ago
parent
commit
7f864eb34d

+ 2 - 2
src/main/java/com/ssj/service/sys/imlibuser/service/impl/TbClassTeacherTempServiceImpl.java

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