店铺供应商同步

This commit is contained in:
Tankaikai
2025-04-12 11:24:52 +08:00
parent 8caf8b505d
commit bd8f5caa8f
2 changed files with 23 additions and 0 deletions

View File

@@ -92,6 +92,7 @@ public class ShopVendorServiceImpl extends ServiceImpl<ShopVendorMapper, ShopVen
entity.setIsDel(DeleteEnum.NORMAL.value());
entity.setShopId(shopId);
super.save(entity);
dto.setId(entity.getId());
}
@Override