Merge branch 'master' into dev

This commit is contained in:
chenbo 2024-01-21 17:10:42 +08:00
commit 063dbaa430

View File

@ -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();