@ -229,7 +229,7 @@
</foreach>
</if>
<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 test="param.firsts !='' and param.firsts != null">
and ldpl.firsts = #{param.firsts}