|
|
|
@ -159,7 +159,9 @@
|
|
|
|
|
lww.shipper_mobile shipperMobile, |
|
|
|
|
lww.shipper_address shipperAddress, |
|
|
|
|
lww.destination destination, |
|
|
|
|
lww.complete_destination completeDestination, |
|
|
|
|
lww.departure departure, |
|
|
|
|
lww.complete_departure completeDeparture, |
|
|
|
|
lww.departure_warehouse_name departureWarehouseName, |
|
|
|
|
lww.destination_warehouse_name destinationWarehouseName, |
|
|
|
|
lww.delivery_way deliveryWay, |
|
|
|
@ -283,9 +285,15 @@
|
|
|
|
|
<if test="param.destination != null and param.destination != ''"> |
|
|
|
|
and Locate(#{param.destination},lww.destination) > 0 |
|
|
|
|
</if> |
|
|
|
|
<if test="param.completeDestination != null and param.completeDestination != ''"> |
|
|
|
|
and Locate(#{param.completeDestination},lww.complete_destination) > 0 |
|
|
|
|
</if> |
|
|
|
|
<if test="param.departure != null and param.departure != ''"> |
|
|
|
|
and Locate(#{param.departure},lww.departure) > 0 |
|
|
|
|
</if> |
|
|
|
|
<if test="param.completeDeparture != null and param.completeDeparture != ''"> |
|
|
|
|
and Locate(#{param.completeDeparture},lww.complete_departure) > 0 |
|
|
|
|
</if> |
|
|
|
|
<if test="param.payType != null"> |
|
|
|
|
and lww.pay_type = #{param.payType} |
|
|
|
|
</if> |
|
|
|
@ -435,7 +443,9 @@
|
|
|
|
|
lww.shipper_mobile shipperMobile, |
|
|
|
|
lww.shipper_address shipperAddress, |
|
|
|
|
lww.destination destination, |
|
|
|
|
lww.complete_destination completeDestination, |
|
|
|
|
lww.departure departure, |
|
|
|
|
lww.complete_departure completeDeparture, |
|
|
|
|
lww.departure_warehouse_name departureWarehouseName, |
|
|
|
|
lww.destination_warehouse_name destinationWarehouseName, |
|
|
|
|
lww.delivery_way deliveryWay, |
|
|
|
@ -553,9 +563,15 @@
|
|
|
|
|
<if test="param.destination != null and param.destination != ''"> |
|
|
|
|
and Locate(#{param.destination},lww.destination) > 0 |
|
|
|
|
</if> |
|
|
|
|
<if test="param.completeDestination != null and param.completeDestination != ''"> |
|
|
|
|
and Locate(#{param.completeDestination},lww.complete_destination) > 0 |
|
|
|
|
</if> |
|
|
|
|
<if test="param.departure != null and param.departure != ''"> |
|
|
|
|
and Locate(#{param.departure},lww.departure) > 0 |
|
|
|
|
</if> |
|
|
|
|
<if test="param.completeDeparture != null and param.completeDeparture != ''"> |
|
|
|
|
and Locate(#{param.completeDeparture},lww.complete_departure) > 0 |
|
|
|
|
</if> |
|
|
|
|
<if test="param.payType != null"> |
|
|
|
|
and lww.pay_type = #{param.payType} |
|
|
|
|
</if> |
|
|
|
@ -669,7 +685,9 @@
|
|
|
|
|
lww.shipper_mobile shipperMobile, |
|
|
|
|
lww.shipper_address shipperAddress, |
|
|
|
|
lww.destination destination, |
|
|
|
|
lww.complete_destination completeDestination, |
|
|
|
|
lww.departure departure, |
|
|
|
|
lww.complete_departure completeDeparture, |
|
|
|
|
lww.departure_warehouse_name departureWarehouseName, |
|
|
|
|
lww.destination_warehouse_name destinationWarehouseName, |
|
|
|
|
case when lww.delivery_way='1' then '自提' |
|
|
|
@ -826,9 +844,15 @@
|
|
|
|
|
<if test="param.destination != null and param.destination != ''"> |
|
|
|
|
and Locate(#{param.destination},lww.destination) > 0 |
|
|
|
|
</if> |
|
|
|
|
<if test="param.completeDestination != null and param.completeDestination != ''"> |
|
|
|
|
and Locate(#{param.completeDestination},lww.complete_destination) > 0 |
|
|
|
|
</if> |
|
|
|
|
<if test="param.departure != null and param.departure != ''"> |
|
|
|
|
and Locate(#{param.departure},lww.departure) > 0 |
|
|
|
|
</if> |
|
|
|
|
<if test="param.completeDeparture != null and param.completeDeparture != ''"> |
|
|
|
|
and Locate(#{param.completeDeparture},lww.complete_departure) > 0 |
|
|
|
|
</if> |
|
|
|
|
<if test="param.payType != null"> |
|
|
|
|
and lww.pay_type = #{param.payType} |
|
|
|
|
</if> |
|
|
|
@ -953,7 +977,9 @@
|
|
|
|
|
lww.consignee_mobile consigneeMobile, |
|
|
|
|
lww.consignee_address consigneeAddress, |
|
|
|
|
lww.destination destination, |
|
|
|
|
lww.complete_destination completeDestination, |
|
|
|
|
lww.departure departure, |
|
|
|
|
lww.complete_departure completeDeparture, |
|
|
|
|
lww.cost_piece costPiece, |
|
|
|
|
lww.cost_zhang costZhang, |
|
|
|
|
lww.cost_num costNum, |
|
|
|
@ -1070,9 +1096,15 @@
|
|
|
|
|
<if test="param.destination != null and param.destination != ''"> |
|
|
|
|
and Locate(#{param.destination},lww.destination) > 0 |
|
|
|
|
</if> |
|
|
|
|
<if test="param.completeDestination != null and param.completeDestination != ''"> |
|
|
|
|
and Locate(#{param.completeDestination},lww.complete_destination) > 0 |
|
|
|
|
</if> |
|
|
|
|
<if test="param.departure != null and param.departure != ''"> |
|
|
|
|
and Locate(#{param.departure},lww.departure) > 0 |
|
|
|
|
</if> |
|
|
|
|
<if test="param.completeDeparture != null and param.completeDeparture != ''"> |
|
|
|
|
and Locate(#{param.completeDeparture},lww.complete_departure) > 0 |
|
|
|
|
</if> |
|
|
|
|
<if test="param.payType != null"> |
|
|
|
|
and lww.pay_type = #{param.payType} |
|
|
|
|
</if> |
|
|
|
|