From 8b176640b963c3596992047b15bb0c6afb5dbae9 Mon Sep 17 00:00:00 2001
From: 陈战涛 <chenzhantao7055@sina.com>
Date: 星期四, 25 五月 2023 18:51:00 +0800
Subject: [PATCH] 提交出入库单位字段信息

---
 igds-api-inte/src/main/java/com/ld/igds/sh/service/impl/HApiShServiceImpl.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/igds-api-inte/src/main/java/com/ld/igds/sh/service/impl/HApiShServiceImpl.java b/igds-api-inte/src/main/java/com/ld/igds/sh/service/impl/HApiShServiceImpl.java
index d5417f8..7cd9170 100644
--- a/igds-api-inte/src/main/java/com/ld/igds/sh/service/impl/HApiShServiceImpl.java
+++ b/igds-api-inte/src/main/java/com/ld/igds/sh/service/impl/HApiShServiceImpl.java
@@ -767,8 +767,8 @@
 	 * @param endTime
 	 * @return
 	 */
-	public List<MContract> listContract(String companyId, Date startTime, Date endTime){
-		String hql = " from " + MContract.class.getName() + " where companyId =:companyId";
+	public List<InoutContract> listContract(String companyId, Date startTime, Date endTime){
+		String hql = " from " + InoutContract.class.getName() + " where companyId =:companyId";
 
 		Map<String, Object> args = new HashMap<String, Object>();
 		args.put("companyId", companyId);

--
Gitblit v1.9.3