Skip to content

Commit

Permalink
soft recycle base
Browse files Browse the repository at this point in the history
  • Loading branch information
admin-kowalski committed May 26, 2023
1 parent 1f890f6 commit 46af087
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ private void recycleByApp(Integer app) {
IceBase base = new IceBase();
base.setStatus(StatusEnum.DELETED.getStatus());
base.setUpdateAt(new Date());
int count = baseMapper.updateByExample(base, example);
int count = baseMapper.softRecycle(base, example);
if (count > 0) {
log.info("recycle base success app:{} cnt:{}", app, count);
}
Expand Down

0 comments on commit 46af087

Please sign in to comment.