日志:voip样例、音频色情样例、视频色情样例

This commit is contained in:
chenjinsong
2018-07-24 15:58:20 +08:00
parent 1efa4de4e8
commit d7b250e544
9 changed files with 1056 additions and 6 deletions

View File

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