diff --git a/mhd-user-center/src/main/resources/mapper/UserShipperMapper.xml b/mhd-user-center/src/main/resources/mapper/UserShipperMapper.xml index 3bcdfb602..7a1343681 100644 --- a/mhd-user-center/src/main/resources/mapper/UserShipperMapper.xml +++ b/mhd-user-center/src/main/resources/mapper/UserShipperMapper.xml @@ -173,6 +173,7 @@ WHERE a.del_flag = 1 AND (b.del_flag = 1 OR b.del_flag IS NULL) AND a.business_type IN (1,3) + AND a.role_code != 'customer' + \ No newline at end of file