From 125a4c9a58c5d02b47afac2e5baacd57d840d681 Mon Sep 17 00:00:00 2001
From: 张晓波 <bingbo1993@126.com>
Date: 星期四, 07 十二月 2023 14:49:25 +0800
Subject: [PATCH] 广播区域详情
---
hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/suMaterialWarehouse/service/impl/SuMaterialWarehouseServiceImpl.java | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/suMaterialWarehouse/service/impl/SuMaterialWarehouseServiceImpl.java b/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/suMaterialWarehouse/service/impl/SuMaterialWarehouseServiceImpl.java
index c57870e..adb1634 100644
--- a/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/suMaterialWarehouse/service/impl/SuMaterialWarehouseServiceImpl.java
+++ b/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/suMaterialWarehouse/service/impl/SuMaterialWarehouseServiceImpl.java
@@ -33,6 +33,7 @@
String companyId = sysUserInfo.getCompanyId();
String userId = sysUserInfo.getUserId();
String id = suMaterialWarehouseEntity.getId();
+ suMaterialWarehouseEntity.setType(1);//1手动
if(StringUtils.isNotBlank(id)){
suMaterialWarehouseEntity.setUpdateTime(new Date());
suMaterialWarehouseEntity.setUpdateUser(userId);
@@ -65,7 +66,7 @@
}
@Override
- public BasicResult selectInfo(Integer id) {
+ public BasicResult selectInfo(String id) {
return BasicResult.success(suMaterialWarehouseMapper.selectInfo(id));
}
--
Gitblit v1.9.3