|
|
@ -2229,10 +2229,10 @@ |
|
|
|
</foreach> |
|
|
|
</foreach> |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test=" param.openTimeStart != null "> |
|
|
|
<if test=" param.openTimeStart != null "> |
|
|
|
and lww.create_time > = #{param.openTimeStart} |
|
|
|
and lww.create_time >= #{param.openTimeStart} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test=" param.openTimeEnd != null "> |
|
|
|
<if test=" param.openTimeEnd != null "> |
|
|
|
and lww.create_time < = #{param.openTimeEnd} |
|
|
|
and lww.create_time <= #{param.openTimeEnd} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
</where> |
|
|
|
</where> |
|
|
|
group by ldpl.order_code,ldpl.waybill_number |
|
|
|
group by ldpl.order_code,ldpl.waybill_number |
|
|
|