KKSU
2024-07-18 17c94afc50e7957b8fd98413cdc9cbbdc4c7967a
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>