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