入库预约单按是否报关查询;

This commit is contained in:
王奎兴
2026-05-16 14:23:31 +08:00
parent 5aba02d478
commit c539b86535
20 changed files with 123 additions and 81 deletions
@@ -661,6 +661,7 @@
<if test="customerId != null">
and a.customer_id = #{customerId}
</if>
order by a."createTime" desc
</select>
<select id="getinfo" parameterType="java.lang.Long" resultType="com.mhd.oms.domain.reservationStockInOrder.repository.po.MaterialBaseInfoPO">