Commit 7b5a1450 authored by wwccw0591's avatar wwccw0591

pc

parent 36e32176
......@@ -144,8 +144,8 @@ class MessageServiceModel extends \Business\AbstractModel
if ($type == ApiConst::storeMessageType) {
$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->get($userid);
$avatar = $storeData['store_label'];
$storeData=$store->getStoreInfoCache($userid);
// $avatar = $storeData['store_label'];
// $avatar = $store->getInfoById($userid, 'store_label', 'store_label');
$avatar = $storeData[ApiConst::one];
}
......
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