Explorar o código

修改报错

Signed-off-by: codeClown <zhaomengshou@126.com>
codeClown hai 1 ano
pai
achega
d3ab4c7105
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      QFD/dbService/SchemeInfoService.h

+ 1 - 1
QFD/dbService/SchemeInfoService.h

@@ -9,7 +9,7 @@ public:
     ////////////////////方案持久化-start////////////////////
     bool AddSchemeInfoList(const QList<SchemaEval *> &schemaEvalList);
     bool DeleteSchemeByEngineerId(int engineerId);
-    bool QuerySchemeInfoByEngineerId(QList<SchemaEval *> *schemeList, int engineerId);
+    bool QuerySchemeInfoByEngineerId(QList<SchemaEval *> *schemeList, int engineerId, int type);
 };
 
 #endif  // SCHEMEINFOSERVICE_H