yonge 5 年之前
父節點
當前提交
8c15a33cd2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/StudentWithdrawMapper.xml

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