Giter Site home page Giter Site logo

Comments (10)

MoonBottle avatar MoonBottle commented on May 28, 2024

似乎还会把 set 的值覆盖掉?
image

from jetlinks-community.

zhou-hao avatar zhou-hao commented on May 28, 2024

刷新一下maven再试试

from jetlinks-community.

MoonBottle avatar MoonBottle commented on May 28, 2024

测试了下是可以的,不过有个小问题,就是 operator 里的值会被短暂的覆盖

entry 遍历的时候,因为 key 有 modifyTime 和 modify_time(update 的时候代码里塞的)

图中是运行到 modifyTime 的 key
image

运行之后,modify_time 的 value 变成了 modifyTime 的值
image

但最终 entry 遍历到 modify_time 的时候,还是会被正确的改回来

但很依赖 entry 的遍历顺序,如果先遍历的是 modify_time 就会导致字段值被覆盖了(不知道有没有这种可能)

operator.set(column, entry.getValue());
是不是可以改成 operator.set(column, tempInstance.getOrDefault(entry.getKey(), entry.getValue()));

from jetlinks-community.

zhou-hao avatar zhou-hao commented on May 28, 2024

更新hsweb的依赖再试试?

from jetlinks-community.

MoonBottle avatar MoonBottle commented on May 28, 2024

image
刷新了,好像没啥变化?我的 jar 是最新的么

这次 modify_time 先被遍历,modifyTime 的值覆盖了

from jetlinks-community.

zhou-hao avatar zhou-hao commented on May 28, 2024

hsweb-commons-crud

from jetlinks-community.

MoonBottle avatar MoonBottle commented on May 28, 2024

hsweb-commons-crud

image
4.0.16 要改成 4.0.17-SNAPSHOT 吗

from jetlinks-community.

zhou-hao avatar zhou-hao commented on May 28, 2024

from jetlinks-community.

MoonBottle avatar MoonBottle commented on May 28, 2024

可以了可以了,还是大佬机智,直接都用下划线命名法了,感谢大佬~
image

from jetlinks-community.

zhou-hao avatar zhou-hao commented on May 28, 2024

只能这样曲线救国了 😂

from jetlinks-community.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.