fix
Helius
2022-08-27 bbdb4164394adc98a33fd6ac3a7cdc480e1f7bac
src/main/resources/mapper/dapp/DappAgentReturnFlowDao.xml
@@ -11,4 +11,9 @@
        </if>
    </select>
    <update id="updateIsReturnByMemberId">
        update dapp_agent_return_flow
        set is_return=#{isReturn}
        where member_id=#{memberId}
    </update>
</mapper>