fix #19

Merged
chenhao merged 1 commits from feat-20231228-001-Robin into test 2023-12-29 18:49:02 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e6f02150d6 - Show all commits

View File

@ -72,5 +72,5 @@ const (
Feedback_Handling = 1 //跟进中
Feedback_Handled = 2 //已处理
Feedback_Invalid = 3 //无效
Feedback_RelatedToIteration = 3 //迭代相关
Feedback_RelatedToIteration = 4 //迭代相关
)