src/main/resources/mapper/modules/MallOrderInfoMapper.xml
@@ -342,4 +342,13 @@ delivery_state = #{deliveryState} where id = #{orderId} </update> <select id="selectMemberOrderStatusCntByUniquecode" resultType="java.util.Map"> select status, count(1) cnt from mall_order_info where del_flag = 2 and take_unique_code = #{uniqueCode} group by status </select> </mapper>