Skip to content

Commit 53524d1

Browse files
author
feihu.wang
committed
fix: bug fix.
feihu wang
1 parent d313eec commit 53524d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

radar-service-impl/src/main/java/com/pgmmers/radar/service/impl/model/ModelServiceImpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ public CommonResult build(Long id) throws IOException {
220220
logger.info("index mapping:{} is create {}", total.toJSONString(), isCreated);
221221
if (isCreated) {
222222
modelVO.setStatus(StatusType.INACTIVE.getKey());
223-
modelDal.save(modelVO);
224223
int save = modelDal.save(modelVO);
225224
// 通知更新
226225
if (save > 0) {

0 commit comments

Comments
 (0)