Commit d70be08f authored by liuyuzhen's avatar liuyuzhen

cityList日志

parent cd237a02
...@@ -467,7 +467,10 @@ class AddressServiceModel extends \Business\AbstractModel { ...@@ -467,7 +467,10 @@ class AddressServiceModel extends \Business\AbstractModel {
if($fromWx){ if($fromWx){
$citList = $areaDao->getCityListWithoutCounty(); $citList = $areaDao->getCityListWithoutCounty();
}else{ }else{
\Our\Log::getInstance()->write(microtime(),'/data/log/applogtest');
$citList = $areaDao->getCityList(); $citList = $areaDao->getCityList();
\Our\Log::getInstance()->write(microtime(),'/data/log/applogtest');
} }
if($citList){ if($citList){
return $citList; return $citList;
......
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