@ -64,12 +64,6 @@
<if test="param.orderCode != '' and param.orderCode != null">
and ldpl.order_code = #{param.orderCode}
</if>
<if test="param.orderCodeList != null">
and ldpl.order_code in
<foreach collection="param.orderCodeList" item="a" open="(" separator="," close=")">
#{a}
</foreach>
</where>
</select>