Commit e0c91959 authored by Tang Xinwei's avatar Tang Xinwei

change investigate to poll

parent 7e2df712
Pipeline #20026 passed with stages
in 2 minutes and 3 seconds
......@@ -75,9 +75,9 @@ export class FeedbackService extends CrudService(Feedback) {
}
}
@UseCommand('investigate', '调研')
private async investigateCommand() {
return this.template.render('investigate-not-available');
@UseCommand('poll', '调研')
private async pollCommand() {
return this.template.render('poll-not-available');
}
@UseCommand('feedback', '发送反馈。')
......
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