Exemplo n.º 1
0
 public function getPropertyBaseInfo($p_intPropertyID, $p_bolStrictRefreshCache = false, $p_bolStrictMaster = false)
 {
     /**
      * 获取ORM中的缓存数据,判断key和数据是否对应
      * @todo 监测一段时间后删除该段代码
      */
     $arrPropertyData = DAO_Property_common::getPropertyBaseData($p_intPropertyID, $p_bolStrictRefreshCache, $p_bolStrictMaster);
     return $arrPropertyData;
 }