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