Merge remote-tracking branch 'origin/master'

This commit is contained in:
Tankaikai
2025-02-24 14:10:50 +08:00
4 changed files with 17 additions and 2 deletions

View File

@@ -41,6 +41,7 @@ public class PrintMachineServiceImpl extends ServiceImpl<PrintMachineMapper, Pri
dto.setCategoryList(null);
}
PrintMachine entity = BeanUtil.copyProperties(dto, PrintMachine.class);
entity.setShopId(shopId);
return save(entity);
}