入库预约单按是否报关查询;
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user