xiaoyong931011
2023-05-29 20a6e66959f0ecc8f647f7a1a9b23da58cd69f2b
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} for update
    </select>
</mapper>