|
|
@ -2338,7 +2338,7 @@ public class DistributionDeliveryListServiceImpl extends BaseServiceImpl<Distrib |
|
|
|
//判断当前登录人是否为司机
|
|
|
|
//判断当前登录人是否为司机
|
|
|
|
List<DistributionAppDeliveryListVO> distributionAppDeliveryListVOS = new ArrayList<>(); |
|
|
|
List<DistributionAppDeliveryListVO> distributionAppDeliveryListVOS = new ArrayList<>(); |
|
|
|
boolean delivery = false; |
|
|
|
boolean delivery = false; |
|
|
|
String value1 = DictBizCache.getValue("role_class", "delivery_driver"); |
|
|
|
String value1 = DictBizCache.getValue("role_class", "delivery_driver_new"); |
|
|
|
if (roleId.contains(value1)) delivery = true; |
|
|
|
if (roleId.contains(value1)) delivery = true; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|