| | |
| | | <result property="categoryAmount" column="category_amount"/> |
| | | </resultMap> |
| | | |
| | | <resultMap id="getNonCoalPayResultH5" type="com.gkhy.exam.pay.dto.rep.NonCoalPayDetailH5RepDto"> |
| | | <resultMap id="getNonCoalPayResultH5" type="com.gkhy.exam.pay.dto.rep.NonCoalPayDetailH5RepDto" |
| | | extends="getNonCoalPayResult"> |
| | | <result property="nonCoalStudentId" column="non_coal_student_id"/> |
| | | <result property="phone" column="phone"/> |
| | | <result property="idCard" column="id_card"/> |
| | |
| | | <result property="fileData" column="file_data"/> |
| | | <result property="nonCoalPayType" column="non_coal_pay_type"/> |
| | | <result property="orderId" column="order_id"/> |
| | | <result property="createTime" column="create_time"/> |
| | | </resultMap> |
| | | |
| | | |
| | |
| | | -- t.gov_pay_status, |
| | | t.file_data, |
| | | t.pay_type as non_coal_pay_type, |
| | | t.order_id |
| | | t.order_id, |
| | | 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 |
| | | inner join non_coal_pay_category b on a.id = b.non_coal_pay_id and b.del_flag = 0 |