zengyf преди 2 години
родител
ревизия
7e70963aae
променени са 1 файла, в които са добавени 5 реда и са изтрити 5 реда
  1. 5 5
      src/main/java/com/steerinfo/dil/controller/AmsContractTruckPriceController.java

+ 5 - 5
src/main/java/com/steerinfo/dil/controller/AmsContractTruckPriceController.java

@@ -201,11 +201,11 @@ public class AmsContractTruckPriceController extends BaseRESTfulController {
         }else {
             mapValue.put("con","%" +"%");
         }
-        if (userId != null && !userId.equals("undefined")) {
-            //查询承运商ID
-           String carrierName1 = amsContractTruckPriceService.getCarrierNameForDetail(userId);
-           mapValue.put("carrierName1","%" + carrierName1 + "%");
-        }
+//        if (userId != null && !userId.equals("undefined")) {
+//            //查询承运商ID
+//           String carrierName1 = amsContractTruckPriceService.getCarrierNameForDetail(userId);
+//           mapValue.put("carrierName1","%" + carrierName1 + "%");
+//        }
         //1.先查询出收货地址的所有收货ID
         List<Map<String, Object>> receiveAddress = amsContractTruckPriceService.getReceiveAddressId(mapValue);
         //2.查询出该收货所有的单价信息