| | |
| | | <if test="comOrderListDTO.deliveryId != null"> |
| | | and o.delivery_id = #{comOrderListDTO.deliveryId} |
| | | </if> |
| | | order by o.create_at desc |
| | | |
| | | </select> |
| | | <select id="pageOrderByDeliveryNo" resultType="com.panzhihua.common.model.vos.shop.ComShopFlowerOrderStoreListVO"> |
| | |
| | | <if test="comOrderListDTO.deliveryId != null"> |
| | | and o.delivery_id = #{comOrderListDTO.deliveryId} |
| | | </if> |
| | | |
| | | order by o.create_at desc |
| | | </select> |
| | | <select id="selectCountByDeliveryType" |
| | | resultType="com.panzhihua.common.model.vos.shop.ComShopOrderCountVO"> |