fixed
This commit is contained in:
@@ -50,6 +50,7 @@ class Feedback extends BaseHttpApi
|
||||
//查询是否有回访记录
|
||||
$ret = Db::table('fa_firmcustomerfollowuprecord')
|
||||
->where('rel_group',$wx_groupid)
|
||||
->order('id desc')
|
||||
->find();
|
||||
if(empty($ret)){
|
||||
return Tools::set_fail('该客户无回访记录');
|
||||
|
||||
Reference in New Issue
Block a user