提交 8807928f 编写于 作者: T Terry

Bug处理:Mod on _id not allowed

上级 26a5910b
......@@ -134,6 +134,7 @@ class MongoSearch extends Service implements SearchInterface
$one['description'] = Yii::$service->fecshoplang->getLangAttrVal($one_description, 'description', $langCode);
$one['short_description'] = Yii::$service->fecshoplang->getLangAttrVal($one_short_description, 'short_description', $langCode);
$one['sync_updated_at'] = time();
unset($one['_id']);
Yii::$service->helper->ar->save($searchModel, $one);
if ($errors = Yii::$service->helper->errors->get()) {
// 报错。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册