|
@@ -586,7 +586,7 @@ class Journal extends Core
|
|
|
}
|
|
|
|
|
|
$user = Dever::db('passport/user')->one($this->data['uid']);
|
|
|
- $wechat = Dever::db('passport/wechat')->one(array('uid' => $this->data['uid'], 'type' => 1));
|
|
|
+ $wechat = Dever::db('passport/wechat')->one(array('uid' => $this->data['uid'], 'type' => 1, 'system_id' => $this->data['system']));
|
|
|
|
|
|
$source_type = Dever::input('source_type');
|
|
|
|