Commit 3dc9c04b by 宋毅

tj

parent 2d3c0f29
const ConsumerBase = require("../../consumer.base");
const system = require("../../../system");
const moment = require('moment');
class PublicLogsConsumer extends ConsumerBase {
constructor() {
......@@ -14,7 +15,7 @@ class PublicLogsConsumer extends ConsumerBase {
async subDoConsumer(queuedName, actionBody) {
console.log(actionBody, "......publicLogsConsumer.....");
var params = {
opTitle: actionBody.opTitle,
opTitle: moment().format("YYYY-MM-DD-HH-mm-ss") + actionBody.opTitle,
identifyCode: actionBody.identifyCode,
messageBody: actionBody.messageBody,
requestId: actionBody.requestId
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment