Commit a3bd5468 authored by 成旭东's avatar 成旭东

fix

parent 33e91af3
Pipeline #27901 passed with stage
......@@ -357,6 +357,7 @@ export default class EstateListService extends Service {
const { ctx, modelGroupName } = this;
const record = await ctx[modelGroupName].WafangLayout.create({
...params,
layout_id: new Date().getTime(),
created_at: new Date(),
updated_at: new Date(),
});
......@@ -381,6 +382,7 @@ export default class EstateListService extends Service {
const { ctx, modelGroupName } = this;
const record = await ctx[modelGroupName].WafangImage.create({
...params,
image_id: new Date().getTime(),
created_at: new Date(),
updated_at: new Date(),
});
......
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