修复零担货位查询
@ -391,6 +391,10 @@
<if test="param.orderCode!=null and param.orderCode !=''">
and ldsa.order_code like concat('%',#{param.orderCode},'%')
</if>
<if test="#{param.id} !=null">
AND lwug.allocation_id = #{param.id}
</where>
</select>