From 7b8cc84950a3caeb8cae5e99a7aa99c1aafa6ac7 Mon Sep 17 00:00:00 2001 From: guoyuji <guoyujie@ng.com> Date: 星期四, 22 二月 2024 14:18:17 +0800 Subject: [PATCH] 提交分架代码 --- north-glass-erp/src/main/java/com/example/erp/service/sd/ProductService.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/north-glass-erp/src/main/java/com/example/erp/service/sd/ProductService.java b/north-glass-erp/src/main/java/com/example/erp/service/sd/ProductService.java index 3a3bf10..15f2563 100644 --- a/north-glass-erp/src/main/java/com/example/erp/service/sd/ProductService.java +++ b/north-glass-erp/src/main/java/com/example/erp/service/sd/ProductService.java @@ -26,4 +26,6 @@ map.put("total",productMapper.getPageTotal(offset,pageSize,glassTypeId,product)); return map; } + + } -- Gitblit v1.8.0