From 28e7d3937f819a3486b22bfa1c84aee172aaccb4 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期一, 17 一月 2022 17:46:42 +0800
Subject: [PATCH] 优化代码
---
service-store/src/main/java/com/java110/store/smo/impl/AllocationStorehouseInnerServiceSMOImpl.java | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/service-store/src/main/java/com/java110/store/smo/impl/AllocationStorehouseInnerServiceSMOImpl.java b/service-store/src/main/java/com/java110/store/smo/impl/AllocationStorehouseInnerServiceSMOImpl.java
index 52c1544..2b13595 100644
--- a/service-store/src/main/java/com/java110/store/smo/impl/AllocationStorehouseInnerServiceSMOImpl.java
+++ b/service-store/src/main/java/com/java110/store/smo/impl/AllocationStorehouseInnerServiceSMOImpl.java
@@ -81,6 +81,16 @@
return allocationAllocationStorehousehouseServiceDaoImpl.queryAllocationStorehousesCount(BeanConvertUtil.beanCovertMap(allocationAllocationStorehousehouseDto));
}
+ /**
+ * 鏂板璋冩嫧璁板綍
+ *
+ * @param allocationStorehouseDto
+ */
+ @Override
+ public void saveAllocationStorehouses(@RequestBody AllocationStorehouseDto allocationStorehouseDto) {
+ allocationAllocationStorehousehouseServiceDaoImpl.saveAllocationStorehouseInfo(BeanConvertUtil.beanCovertMap(allocationStorehouseDto));
+ }
+
public IAllocationStorehouseServiceDao getAllocationStorehouseServiceDaoImpl() {
return allocationAllocationStorehousehouseServiceDaoImpl;
}
--
Gitblit v1.8.0