Browse Source

fix: 修复 配送客户查询 预约单和 包件循环查询 慢的问题3

pull/7/head
pref_mail@163.com 6 months ago
parent
commit
547b6baed1
  1. 2
      blade-service/logpm-distribution/src/main/java/com/logpm/distribution/mapper/DistributionReservationMapper.xml

2
blade-service/logpm-distribution/src/main/java/com/logpm/distribution/mapper/DistributionReservationMapper.xml

@ -1945,7 +1945,7 @@
</if>
<if test="warehouseId !=null and warehouseId!= ''">
and ldpl.warehouse_id=#{warehourseId}
and ldpl.warehouse_id=#{warehouseId}
</if>
</where>

Loading…
Cancel
Save