新增教研室和教员的时候,同步创建部门和教员账号
This commit is contained in:
@@ -1144,7 +1144,8 @@ public final class OperationLogUtil {
|
||||
if (normalizedUrl.contains("/discipline/")) {
|
||||
return "学科专业管理";
|
||||
}
|
||||
if (normalizedUrl.contains("/faculty/")) {
|
||||
if (normalizedUrl.contains("/faculty/")
|
||||
|| normalizedUrl.contains("/jys/")) {
|
||||
return "教研室与教员管理";
|
||||
}
|
||||
if (normalizedUrl.contains("/course-teaching/")) {
|
||||
|
||||
Reference in New Issue
Block a user