Commit e5fe0a95 authored by 任国军's avatar 任国军

fix questionnaire bug

parent 3bd1a6da
Pipeline #23606 passed with stage
in 3 seconds
......@@ -296,7 +296,7 @@ class OptionService extends Service {
}
const data = {
user_id: ctx.userUuid,
user_uuid: ctx.userUuid,
cat_id: input.cat_id || 0,
answer_1: input.answer_1 || '',
answer_2: input.answer_2 || '',
......
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