yonge 5 năm trước cách đây
mục cha
commit
8c15a33cd2

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/StudentWithdrawMapper.xml

@@ -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_