xiaoyong931011
2023-08-11 86c9e2f51f0b8b0fb1a6ee4b6d6a703878ad53e8
src/main/resources/mapper/dapp/DappNodeOrderMapper.xml
@@ -19,4 +19,11 @@
        where a.node_code = #{nodeCode}
    </select>
    <select id="selectNodeOrderByNodeCodeForupdate" resultType="cc.mrbird.febs.dapp.entity.DappNodeOrderEntity">
        select
               a.*
        from dapp_node_order a
        where a.node_code = #{nodeCode}
    </select>
</mapper>