Parcourir la source

fix: 批量导入积分包没有积分包编号

lixuesong il y a 1 an
Parent
commit
9dbb5e18ab

+ 1 - 0
hnqz-upms/hnqz-upms-biz/src/main/java/com/qunzhixinxi/hnqz/admin/controller/WmScorePackageController.java

@@ -3339,6 +3339,7 @@ public class WmScorePackageController {
 				scorePackage.setDescription(model.getDescription());
 				scorePackage.setUserList(StrUtil.isEmpty(model.getTargetId()) ? new ArrayList<>(1) :
 						Collections.singletonList(model.getTargetId()));
+				scorePackage.setPackageSn("PKG" + pkgSequence.nextNo());
 
 				wmScorePackageService.addWmScorePackage(scorePackage);