@@ -842,7 +842,7 @@ public class WmScorePackageSettleNoteServiceImpl extends ServiceImpl<WmScorePack
return updateEntity;
}).collect(Collectors.toList());
- this.saveBatch(updateList);
+ this.updateBatchById(updateList);
// 更新积分包状态
log.info("更新积分包状态:{}", tmp);