作者 lyh

gx

@@ -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 }