src/main/resources/mapper/dapp/DappMemberDao.xml
@@ -114,4 +114,10 @@ select * from dapp_member where maker_type=1 and account_type='normal' </select> <update id="updateMemberActive"> update dapp_member set active_status = 2 where active_status = 1 </update> </mapper>