Commit 452c1545 authored by Hsinli's avatar Hsinli

addd

parent c388a6d0
Pipeline #8860 passed with stage
in 9 seconds
......@@ -18,7 +18,7 @@ class HotQuestionPutService extends Service {
app_id: ctx.appId,
app_type_id: ctx.appTypeId,
question: inputParams.question,
city: inputParams.city,
city: Number(inputParams.city),
status: 'wait',
};
let retId = await ctx.realestateModel.HotQuestionPut.add(data);
......
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