refeccd
refeccd
### 当前使用版本(必填,否则不予处理) 3.5.2 ### 该问题是如何引起的?(确定最新版也有问题再提!!!) DeleteById 和其他的 Delete 方法在逻辑删除时行为不一致 下图是 DeleteById 的逻辑,在进行逻辑删除时,会获取当前实体类中其他需要 updateFill 的字段,一并更新掉 下图是 DeleteByMap 的逻辑,在进行逻辑删除时,未获取当前实体类中需要 updateFill 的字段,只更新了逻辑删除字段 下图是 DeleteBatchByIds 的逻辑,在进行逻辑删除时,也未获取当前实体类中需要 updateFill 的字段,只更新了逻辑删除字段 下图是 Delete 的逻辑,在进行逻辑删除时,也未获取当前实体类中需要 updateFill 的字段,只更新了逻辑删除字段 ###...
看了下 incr、decr的实现 实现其实是 `column = column + val`, 这里`val`会调用`toString`方法 但如果是`BigDecimal`,其实 `toPlanString`才是最合理的,是否考虑特殊处理下,或者是统一处理下`val.toString()`逻辑?
I recently installed apollo and ran into #5051 circular dependency problem
This is the archive of the source jar in the central repository https://repo1.maven.org/maven2/io/micrometer/micrometer-core/1.13.0/micrometer-core-1.13.0-sources.jar It looks like it adds an extra layer of `main` directory?
打包成二进制文件是成功了的,运行时报了下面的错误 ```java Exception in thread "main" java.lang.IllegalArgumentException: Unable to instantiate factory class [com.ctrip.framework.apollo.spring.boot.ApolloApplicationContextInitializer] for factory type [org.springframework.context.ApplicationContextInitializer] at org.springframework.core.io.support.SpringFactoriesLoader$FailureHandler.lambda$throwing$0(SpringFactoriesLoader.java:647) at org.springframework.core.io.support.SpringFactoriesLoader$FailureHandler.lambda$handleMessage$3(SpringFactoriesLoader.java:671) at org.springframework.core.io.support.SpringFactoriesLoader.instantiateFactory(SpringFactoriesLoader.java:231) at org.springframework.core.io.support.SpringFactoriesLoader.load(SpringFactoriesLoader.java:206) at org.springframework.core.io.support.SpringFactoriesLoader.load(SpringFactoriesLoader.java:160) at org.springframework.boot.SpringApplication.getSpringFactoriesInstances(SpringApplication.java:483) at...
https://github.com/jxxghp/MoviePilot-Plugins/blob/d7e3ff4879c81c89036f72b6db4f87faf3be2c80/plugins/mediaserverrefresh/__init__.py#L20 看了下代码,好像不是刷新海报墙,是直接刷新媒体库,这个是不是可以修改下描述?