From ddb5c3d063d63250de7d75fb6b601a1b86ad5e67 Mon Sep 17 00:00:00 2001
From: 张磊磊 <201175954@qq.com>
Date: 星期五, 08 十二月 2023 17:15:19 +0800
Subject: [PATCH] 展示前十条thing.js钢筋消耗

---
 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