日志:voip样例、音频色情样例、视频色情样例
This commit is contained in:
@@ -588,7 +588,7 @@ public class BaseController {
|
||||
public void setLogAction(BaseLogEntity log) {
|
||||
List<FunctionServiceDict> serviceList = DictUtils.getFunctionServiceDictList(log.getFunctionId());
|
||||
for (FunctionServiceDict dict : serviceList) {
|
||||
if (dict.getServiceId().intValue() == log.getService().intValue()) {
|
||||
if (dict.getServiceId().intValue() == log.getService()) {
|
||||
log.setAction(dict.getAction());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user