Merge branch 'master' into dev
This commit is contained in:
commit
063dbaa430
@ -398,7 +398,7 @@ class LogisticsLogic extends BaseLogic
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function getCoutier($code):bool {
|
public static function getCoutier($code) {
|
||||||
//获取队长用户信息
|
//获取队长用户信息
|
||||||
$captain = Courier::field('id,company_id,nickname,mobile')->where("CONCAT_WS(',',province,city,area,street,village,brigade) = '". $code."'")->whereIn('group_id',[2, 18])->find();
|
$captain = Courier::field('id,company_id,nickname,mobile')->where("CONCAT_WS(',',province,city,area,street,village,brigade) = '". $code."'")->whereIn('group_id',[2, 18])->find();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user