|
@@ -83,7 +83,7 @@ public class MonitorBytedanceServiceImpl implements IMonitorBytedanceService {
|
|
bytedanceOperationLog.setCreateTime(new Date());
|
|
bytedanceOperationLog.setCreateTime(new Date());
|
|
bytedanceOperationLogMapper.insert(bytedanceOperationLog);
|
|
bytedanceOperationLogMapper.insert(bytedanceOperationLog);
|
|
|
|
|
|
- return Result.successMsg("成功。",null);
|
|
|
|
|
|
+ return Result.successMsg("成功",null);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
@@ -108,7 +108,7 @@ public class MonitorBytedanceServiceImpl implements IMonitorBytedanceService {
|
|
bytedanceOperationLog.setCreateById(monitorBytedanceAdVo.getCreateUserId());
|
|
bytedanceOperationLog.setCreateById(monitorBytedanceAdVo.getCreateUserId());
|
|
bytedanceOperationLog.setCreateTime(new Date());
|
|
bytedanceOperationLog.setCreateTime(new Date());
|
|
bytedanceOperationLogMapper.insert(bytedanceOperationLog);
|
|
bytedanceOperationLogMapper.insert(bytedanceOperationLog);
|
|
- return Result.successMsg("修改成功。", null);
|
|
|
|
|
|
+ return Result.successMsg("修改成功", null);
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|