gc-user/src/main/resources/mapper/user/OrderMapper.xml
@@ -601,11 +601,11 @@ </select> <select id="selectJHYListByOrderId" resultType="com.xzx.gc.user.vo.CategaryVo"> SELECT a.title title FROM xzx_jhy_order_items a WHERE and a.order_no = #{orderId} WHERE a.order_id = (select b.id from xzx_jhy_order b where b.order_no = #{orderId}) </select> </mapper>