Merge remote-tracking branch 'origin/master'

This commit is contained in:
2025-03-11 10:56:21 +08:00
2 changed files with 14 additions and 8 deletions

View File

@@ -83,7 +83,7 @@ public class ConsGroupServiceImpl extends ServiceImpl<ConsGroupMapper, ConsGroup
throw new CzgException("耗材分组已存在");
}
ConsGroup entity = BeanUtil.copyProperties(dto, ConsGroup.class);
entity.setStatus(StatusEnum.ENABLED.value());
//entity.setStatus(StatusEnum.ENABLED.value());
entity.setShopId(shopId);
super.save(entity);
List<Long> consIds = dto.getConsIds();