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