Browse Source

Merge branch 'pre-production'

master
pref_mail@163.com 12 months ago
parent
commit
c7e37442cb
  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