Pu Zhibing
2025-04-25 20fb7c22fd9d4a936a2e9f4b003da51a0c2a0217
ManagementIGOTravel/guns-admin/src/main/java/com/stylefeng/guns/modular/system/service/impl/TCompanyServiceImpl.java
@@ -119,7 +119,7 @@
        List<List<String>> lists = new ArrayList<>();
        List<String> list1 = new ArrayList<>();
        list1.add("类别:");
        list1.add(type == 1 ? "专车" : type == 2 ? "出租车" : type == 3 ? "城际" : "小件物流");
        list1.add(null == type ? "全部" : type == 1 ? "打车" : type == 2 ? "出租车" : type == 3 ? "城际" : "包裹");
        list1.add("");
        list1.add("");
        list1.add("起止时间:");