diff --git a/blade-service/logpm-warehouse/src/main/java/com/logpm/warehouse/mapper/WarehouseWaybillMapper.xml b/blade-service/logpm-warehouse/src/main/java/com/logpm/warehouse/mapper/WarehouseWaybillMapper.xml index e77170a0f..b1e2375cf 100644 --- a/blade-service/logpm-warehouse/src/main/java/com/logpm/warehouse/mapper/WarehouseWaybillMapper.xml +++ b/blade-service/logpm-warehouse/src/main/java/com/logpm/warehouse/mapper/WarehouseWaybillMapper.xml @@ -65,7 +65,7 @@ from logpm_warehouse_waybill and waybill_no like concat('%',#{param.waybillNo },'%') - and order_no like concat('%',#{param.orderNo } + and order_no like concat('%',#{param.orderNo },'%') and departure_warehouse_name like concat('%',#{param.departureWarehouseName },'%') and destination_warehouse_name like concat('%',#{param.destinationWarehouseName },'%') and customer_train like concat('%',#{param.customerTrain },'%') @@ -102,7 +102,7 @@ and waybill_no like concat('%',#{param.waybillNo },'%') - and order_no like concat('%',#{param.orderNo } + and order_no like concat('%',#{param.orderNo },'%') and departure_warehouse_name like concat('%',#{param.departureWarehouseName },'%') and destination_warehouse_name like concat('%',#{param.destinationWarehouseName },'%') and customer_train like concat('%',#{param.customerTrain },'%')