exam-system/src/main/resources/mapper/pay/NonCoalPayMapper.xml
@@ -184,9 +184,10 @@ left join sys_dept d on a.dept_id = d.dept_id left join sys_district d2 on a.district_code = d2.code where a.del_flag = 0 and t.pay_status = 0 and t.phone = #{phone} and t.id_card = #{idCard} limit 1 and t.id_card = #{idCard} order by t.pay_status asc, t.create_time desc </select>