变量错误修复

This commit is contained in:
gongfuxiang
2023-03-01 11:20:47 +08:00
parent c4213fc6ac
commit 45efea2a45

View File

@ -556,7 +556,7 @@ class ResourcesService
}
}
}
return DataReturn(MyLang('common_service.resources.sync_file_to_db_tips', ['count'=>$count, 'success'=>$success, 'error'=>$errstr]), 0);
return DataReturn(MyLang('common_service.resources.sync_file_to_db_tips', ['count'=>$count, 'success'=>$success, 'error'=>$error]), 0);
}
/**