@@ -92,7 +92,7 @@
</delete>
<!-- 分页查询 -->
- <select id="queryPage" resultMap="UserStudentWithdraw" parameterType="map">
+ <select id="queryPage" resultMap="StudentWithdraw" parameterType="map">
SELECT sw.*,cad.platform_account_no_,cad.channel_,su.real_name_,cad.balance_
FROM student_withdraw sw
LEFT JOIN sys_user_cash_account_detail cad ON sw.id_ = cad.attribute1_