Commit f49ba77e authored by Hsinli's avatar Hsinli

addd

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