|
@@ -9,6 +9,8 @@
|
|
<result column="bank_id" property="bankId" />
|
|
<result column="bank_id" property="bankId" />
|
|
<result column="bank_img_url" property="bankImgUrl" />
|
|
<result column="bank_img_url" property="bankImgUrl" />
|
|
<result column="user_id" property="userId" />
|
|
<result column="user_id" property="userId" />
|
|
|
|
+ <result column="user_name" property="userName"/>
|
|
|
|
+ <result column="phone" property="phone"/>
|
|
</resultMap>
|
|
</resultMap>
|
|
|
|
|
|
</mapper>
|
|
</mapper>
|