Explorar o código

fix: 修复保存逻辑

shc %!s(int64=3) %!d(string=hai) anos
pai
achega
d1ea93d22d

+ 1 - 1
hnqz-upms/hnqz-upms-biz/src/main/java/com/qunzhixinxi/hnqz/admin/service/impl/WmScorePackageSettleNoteServiceImpl.java

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