Browse Source

Merge branch 'dev' into pre-production

master
pref_mail@163.com 9 months ago
parent
commit
f57ae09773
  1. 2
      blade-service/logpm-distribution/src/main/java/com/logpm/distribution/mapper/DistributionParcelListMapper.xml

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

@ -229,7 +229,7 @@
</foreach> </foreach>
</if> </if>
<if test="param.orderPackageCode !='' and param.orderPackageCode != null"> <if test="param.orderPackageCode !='' and param.orderPackageCode != null">
and ldpl.order_package_code like concat('%',#{param.orderPackageCode},'%') and ldpl.order_package_code like concat(#{param.orderPackageCode},'%')
</if> </if>
<if test="param.firsts !='' and param.firsts != null"> <if test="param.firsts !='' and param.firsts != null">
and ldpl.firsts = #{param.firsts} and ldpl.firsts = #{param.firsts}

Loading…
Cancel
Save