src/main/resources/mapper/dapp/DappMemberDao.xml
@@ -252,4 +252,10 @@ select * from dapp_member where node_type = 1 </select> <select id="selectAddress" resultType="java.lang.String"> select address from dapp_member where active_status = 1 </select> </mapper>