| | |
| | | <result property="fileData" column="file_data"/> |
| | | <result property="nonCoalPayType" column="non_coal_pay_type"/> |
| | | <result property="orderId" column="order_id"/> |
| | | <result property="payCode" column="pay_code"/> |
| | | <result property="createTime" column="create_time"/> |
| | | </resultMap> |
| | | |
| | |
| | | t.file_data, |
| | | t.pay_type as non_coal_pay_type, |
| | | t.order_id, |
| | | t.pay_code, |
| | | t.create_time |
| | | from non_coal_pay a |
| | | inner join non_coal_pay_student t on t.non_coal_pay_id = a.id and t.del_flag = 0 |
| | |
| | | <result property="orderNo" column="order_no"/> |
| | | <result property="govPayStatus" column="gov_pay_status"/> |
| | | <result property="payCode" column="pay_code"/> |
| | | <result property="payType" column="pay_type"/> |
| | | <result property="payType" column="pay_type_stu"/> |
| | | </resultMap> |
| | | |
| | | |
| | |
| | | t.gov_pay_status, |
| | | t.order_no, |
| | | t.pay_code, |
| | | t.pay_type |
| | | t.pay_type pay_type_stu |
| | | from non_coal_pay a |
| | | inner join non_coal_pay_student t on t.non_coal_pay_id = a.id and t.del_flag = 0 |
| | | <if test="isPay != null and isPay == 1 ">and t.pay_status = 0</if> |