教育训练处考试制证系统后端
“djh”
2025-03-10 ea219f4389c52d0bac442c7a351767160c9814c5
exam-system/src/main/resources/mapper/pay/CoalPayStudentMapper.xml
@@ -156,7 +156,27 @@
    </select>
    <select id="selectByIdcard" resultType="com.gkhy.exam.pay.entity.CoalPayStudent">
        <include refid="selectCoalPayStudentVo"></include>
        where id_card=#{idCard} and phone=#{phone} and del_flag = 0
        select cps.id,
               cps.coal_pay_id,
               cps.name,
               cps.id_card,
               cps.phone,
               cps.sex,
               cps.pay_code,
               cps.pay_status,
               cps.pay_type,
               cps.order_id,
               cps.file_data,
               cps.gov_pay_status,
               cps.update_by,
               cps.update_time,
               cps.create_by,
               cps.create_time,
               cps.del_flag,
               cps.order_no,
               cps.pay_time
        from coal_pay_student cps
        left join coal_pay cp on cps.coal_pay_id = cp.id
        where cps.id_card=#{idCard} and cps.phone=#{phone} and cps.del_flag = 0 and cp.del_flag = 0
    </select>
</mapper>