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