add 从新供销查配送员
This commit is contained in:
parent
076f651ac4
commit
ad766ff81e
@ -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 ."'")->where('is_captain',1)->find();
|
||||
if(!$captain) return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user