|
@@ -113,6 +113,7 @@ public class PincheCarSharingAppServiceImpl implements IPincheCarSharingAppServi
|
|
|
wrapper.eq("admin_id", adminId);
|
|
|
}
|
|
|
wrapper.eq("delete_flag", 0);
|
|
|
+ wrapper.notIn("number_people","0");
|
|
|
wrapper.orderBy("departure_time", false);
|
|
|
List<PincheCarSharing> list = pincheCarSharingMapper.selectPage(new RowBounds((page - 1) * limit, limit), wrapper);
|
|
|
if (!CollectionUtils.isEmpty(list)) {
|