* finish task #4522.

This commit is contained in:
wangyidong
2018-07-03 13:54:22 +08:00
parent a593949e12
commit f418bb03a9
+1
View File
@@ -613,6 +613,7 @@ class fileModel extends model
*/
private function removeInterference($matchs)
{
if(strlen($matchs[1]) % 2 == 1) return $matchs[1] . $matchs[2];
return str_replace('""', '"', $matchs[1]) . str_replace(',', ',', $matchs[2]);
}