Merge pull request 'fix' (#19) from feat-20231228-001-Robin into test
Reviewed-on: #19
This commit is contained in:
commit
e2ddd29632
|
@ -72,5 +72,5 @@ const (
|
|||
Feedback_Handling = 1 //跟进中
|
||||
Feedback_Handled = 2 //已处理
|
||||
Feedback_Invalid = 3 //无效
|
||||
Feedback_RelatedToIteration = 3 //迭代相关
|
||||
Feedback_RelatedToIteration = 4 //迭代相关
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue