Commit ad0ec2fa authored by hujun's avatar hujun

model

parent 5a02d1cd
...@@ -24,6 +24,8 @@ class CellPhone extends Basic ...@@ -24,6 +24,8 @@ class CellPhone extends Basic
* 绑定手机号 * 绑定手机号
* 解绑之后有延迟(15s) * 解绑之后有延迟(15s)
* *
* http://showdoc.tonglianjituan.com/index.php?s=/1&page_id=522
* http://showdoc.tonglianjituan.com/index.php?s=/1&page_id=277
* @return \think\Response * @return \think\Response
*/ */
public function bindAXB() public function bindAXB()
......
...@@ -13,13 +13,11 @@ use app\api_broker\untils\PlsDemo; ...@@ -13,13 +13,11 @@ use app\api_broker\untils\PlsDemo;
use app\api_broker\untils\RongDemo; use app\api_broker\untils\RongDemo;
use app\extra\RedisExt; use app\extra\RedisExt;
use app\index\service\UserLogService; use app\index\service\UserLogService;
use app\model\AliYunPhone;
use app\model\BindingPhone; use app\model\BindingPhone;
use app\model\AliYunSecretReport; use app\model\AliYunSecretReport;
use app\model\GLandlordPhone; use app\model\GLandlordPhone;
use app\model\OfficeGRoom; use app\model\OfficeGLandlordPhone;
use app\model\SecretReport; use app\model\SecretReport;
use app\model\UPhoneFollowUp;
use app\model\UPhoneFollowUpTemporary; use app\model\UPhoneFollowUpTemporary;
use app\model\Users; use app\model\Users;
use app\model\AAgents; use app\model\AAgents;
...@@ -727,7 +725,7 @@ class CallPhoneService ...@@ -727,7 +725,7 @@ class CallPhoneService
*/ */
public function getBuildingRoomLandlordPhone($id) public function getBuildingRoomLandlordPhone($id)
{ {
$m_landlord = new OfficeGRoom(); $m_landlord = new OfficeGLandlordPhone();
return $m_landlord->getFieldOneValue('phone', ['id'=>$id]); return $m_landlord->getFieldOneValue('phone', ['id'=>$id]);
} }
} }
\ No newline at end of file
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