正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -127,7 +127,7 @@ class ProofreadingController extends BaseController | @@ -127,7 +127,7 @@ class ProofreadingController extends BaseController | ||
| 127 | }); | 127 | }); |
| 128 | $textContentArray = array_values($textContentArray); | 128 | $textContentArray = array_values($textContentArray); |
| 129 | $uniqueArray = array_unique($textContentArray); | 129 | $uniqueArray = array_unique($textContentArray); |
| 130 | - $textContentArray = array_values($textContentArray); | 130 | + $textContentArray = array_values($uniqueArray); |
| 131 | return $textContentArray; | 131 | return $textContentArray; |
| 132 | } | 132 | } |
| 133 | } | 133 | } |
-
请 注册 或 登录 后发表评论