Commit aceeadda authored by Hsinli's avatar Hsinli

addd

parent fdb3d4d6
Pipeline #19887 passed with stage
in 1 minute 12 seconds
...@@ -27,7 +27,7 @@ module.exports = app => { ...@@ -27,7 +27,7 @@ module.exports = app => {
type: DATE, type: DATE,
get() { get() {
const date = this.getDataValue('source_time'); const date = this.getDataValue('source_time');
return date; return date ? moment(date).format('YYYY-MM-DD HH:mm:ss') : undefined;
}, },
}, },
content: { content: {
......
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