north-glass-erp/src/main/resources/mapper/sd/OrderMapper.xml
@@ -199,7 +199,7 @@ ) as acc order by <if test="orderBy == null "> id desc order_id desc </if> <if test="orderBy == 'desc'"> ${field} desc @@ -375,4 +375,8 @@ having count(a.order_number) > 1 </select> <select id="searchOrderWarehousing"> select warehousing from `order` where order_id = #{orderId} </select> </mapper>