Commit 0f90278d authored by wwccw0591's avatar wwccw0591

pc

parent 554d10bc
......@@ -145,9 +145,9 @@ class MessageServiceModel extends \Business\AbstractModel
$store = \DAO\StoreModel::getInstance();
// $storeData = \Our\RedisHelper::cachedFunction(\Redis\Db5\OrderRedisModel::getInstance(), array(&$store, 'getInfoById'), array($userid, $store->detailField), \Our\ApiConst::oneDaySecond,array($userid));
$storeData=$store->getStoreInfoCache($userid);
// $avatar = $storeData['store_label'];
$avatar = $storeData['store_label'];
// $avatar = $store->getInfoById($userid, 'store_label', 'store_label');
$avatar = $storeData[ApiConst::one];
// $avatar = $storeData[ApiConst::one];
}
if ($type == ApiConst::memberMessageType || $type == ApiConst::serviceMessageType) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment