正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -68,7 +68,7 @@ class EmergencyRenewSite extends Command | @@ -68,7 +68,7 @@ class EmergencyRenewSite extends Command | ||
| 68 | ]; | 68 | ]; |
| 69 | $task_info = $create_model->read($map_create, ['id']); | 69 | $task_info = $create_model->read($map_create, ['id']); |
| 70 | if (!$task_info) { | 70 | if (!$task_info) { |
| 71 | - $map_create['other_domain'] = json_encode($other_domain); | 71 | + $other_domain && $map_create['other_domain'] = json_encode($other_domain); |
| 72 | $create_model->add($map_create); | 72 | $create_model->add($map_create); |
| 73 | } | 73 | } |
| 74 | 74 |
-
请 注册 或 登录 后发表评论