|
@@ -59,7 +59,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
select * from order_info where out_trade_no =#{outTradeNo}
|
|
select * from order_info where out_trade_no =#{outTradeNo}
|
|
</select>
|
|
</select>
|
|
|
|
|
|
- <select id="selectSchoolOrderInfoList" resultType="com.miaxis.order.vo.QuerySchoolOrderListVo">
|
|
|
|
|
|
+ <select id="selectSchoolOrderInfoList" parameterType="com.miaxis.order.dto.QuerySchoolOrderListDTO" resultType="com.miaxis.order.vo.QuerySchoolOrderListVo">
|
|
select
|
|
select
|
|
school,
|
|
school,
|
|
school_name,
|
|
school_name,
|