|
@@ -1201,7 +1201,7 @@ class WebsiteService implements WebsiteServiceInterface
|
|
|
$letters = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ';
|
|
|
|
|
|
|
|
|
- if (!isset($data['aLIas_pinyin']) || $data['aLIas_pinyin'] == '') {
|
|
|
+ if ($data['alias_pinyin'] == '') {
|
|
|
$data['aLIas_pinyin'] = $aLIas_pinyin;
|
|
|
}
|
|
|
$result = WebsiteCategory::where($where)->update($data);
|