From ffc386a33619df27c620f293ed0ec4c3ef17d506 Mon Sep 17 00:00:00 2001
From: 15030600271 <1qaz!QAZ>
Date: 星期五, 24 十一月 2023 20:40:11 +0800
Subject: [PATCH] 20231124_qiuyh_查询搅拌站入库记录

---
 hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/weigh/mapper/WeighMapper.java |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/weigh/mapper/WeighMapper.java b/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/weigh/mapper/WeighMapper.java
index 32fd32d..9b87258 100644
--- a/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/weigh/mapper/WeighMapper.java
+++ b/hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/weigh/mapper/WeighMapper.java
@@ -6,6 +6,7 @@
 import com.thhy.materials.modules.biz.concret.entity.dto.WeighDto;
 import com.thhy.materials.modules.biz.video.entity.TVideoNo;
 import com.thhy.materials.modules.biz.weigh.dto.QueryWeighDto;
+import com.thhy.materials.modules.biz.weigh.entity.TWeighbridge;
 import com.thhy.materials.modules.biz.weigh.entity.WeighVo;
 import org.apache.ibatis.annotations.Mapper;
 import org.apache.ibatis.annotations.Param;
@@ -70,4 +71,14 @@
 	Integer netWeighNew(Integer byId);
 
 	void netWeighUpdateNew(@Param("byId") Integer byId,@Param("netWeight") double netWeight);
+
+	List<TWeighbridge> weighbridgeList(Map<String, Object> values);
+
+	List<TWeighbridge> weighbridgeListType();
+
+	Double materialStockValue(String dictId);
+
+	void materialStockRecordIns(HashMap<String, Object> hashMap);
+
+	void weighbridgeUpdateType(Integer weighbridgeId);
 }

--
Gitblit v1.9.3