|
@@ -16,7 +16,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="businessId" column="business_id"/>
|
|
|
<result property="projectId" column="project_id"/>
|
|
|
<result property="inputFrom" column="input_from"/>
|
|
|
- <result property="payStauts" column="pay_stauts"/>
|
|
|
+ <result property="payStatus" column="pay_status"/>
|
|
|
<result property="goodsType" column="goods_type"/>
|
|
|
</resultMap>
|
|
|
|
|
@@ -51,8 +51,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="handleOrderSn != null and handleOrderSn != ''">
|
|
|
AND oh.handle_order_sn = #{handleOrderSn}
|
|
|
</if>
|
|
|
- <if test="payStauts != null and payStauts != ''">
|
|
|
- AND oh.pay_stauts = #{payStauts}
|
|
|
+ <if test="payStatus != null and payStatus != ''">
|
|
|
+ AND oh.pay_status = #{payStatus}
|
|
|
</if>)u
|
|
|
|
|
|
LEFT JOIN course_education_type cet ON u.education_type_id = cet.id
|