| | |
| | | type2 = OperationLogEnum.TYPE_2_USER_UPDATE_PASSWORD.getType(); |
| | | operationTypeName = OperationLogEnum.TYPE_2_USER_UPDATE_PASSWORD.getName(); |
| | | } |
| | | } |
| | | |
| | | else if(classNameTrue.contains("Alarm") |
| | | }else if(classNameTrue.contains("Alarm") |
| | | ||classNameTrue.contains("Alm")){ //告警设置 |
| | | if(methodName.startsWith("update")){ |
| | | type1 = OperationLogEnum.TYPE_1_SERVICE.getType(); |
| | | type2 = OperationLogEnum.TYPE_2_ALARM.getType(); |
| | | operationTypeName = OperationLogEnum.TYPE_2_ALARM.getName(); |
| | | } |
| | | }else if(classNameTrue.contains("plan")){ |
| | | if(methodName.startsWith("static")){//统计计划 |
| | | type1 = OperationLogEnum.TYPE_1_SERVICE.getType(); |
| | | type2 = OperationLogEnum.TYPE_2_PLAN_MON.getType(); |
| | | operationTypeName = OperationLogEnum.TYPE_2_PLAN_MON.getName(); |
| | | } |
| | | } |
| | | |
| | | // TODO else if() |