src/main/resources/mapper/modules/MallOrderItemMapper.xml
@@ -30,5 +30,10 @@ where a.order_id=#{orderId} </select> <select id="selectListByStateAndOrderId" resultType="cc.mrbird.febs.mall.entity.MallOrderItem"> select a.* from mall_order_item a where a.state = #{state} and a.order_id=#{orderId} </select> </mapper>