From ac148f60cb3ef5b233047076b0e6e0a0315c6336 Mon Sep 17 00:00:00 2001
From: jyy <jyy>
Date: Fri, 16 Jul 2021 09:30:11 +0800
Subject: [PATCH] 修复bug
---
zq-erp/src/main/java/com/matrix/system/hive/service/QuestionSerivce.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/zq-erp/src/main/java/com/matrix/system/hive/service/QuestionSerivce.java b/zq-erp/src/main/java/com/matrix/system/hive/service/QuestionSerivce.java
index 44b94b7..c986c81 100644
--- a/zq-erp/src/main/java/com/matrix/system/hive/service/QuestionSerivce.java
+++ b/zq-erp/src/main/java/com/matrix/system/hive/service/QuestionSerivce.java
@@ -77,7 +77,7 @@
* luokai
* @return
*/
- public List<Question> findByVipId(Long id);
+ public List<Question> findByVipId(Long id,Long companyId);
--
Gitblit v1.9.1