|
@@ -82,7 +82,7 @@ public:
|
|
INT InsertOrder(const TB_ORDER &order);
|
|
INT InsertOrder(const TB_ORDER &order);
|
|
INT InsertOrder(std::string strOrder, std::string strDeltaEType, std::string strDeltaEValue, int nMode);
|
|
INT InsertOrder(std::string strOrder, std::string strDeltaEType, std::string strDeltaEValue, int nMode);
|
|
INT InsertSN(const TB_SN &sn_data);
|
|
INT InsertSN(const TB_SN &sn_data);
|
|
- INT InsertSN(std::string strOrder, std::string strLine, std::string strSN, std::string strStartTime, std::string strFinishTime, int nElapsed, int nTestResult, DOUBLE dDeltaAVGEValue, std::string strDetails );
|
|
|
|
|
|
+ INT InsertSN(std::string strOrder, std::string strLine, std::string strSN, std::string strStartTime, std::string strFinishTime, int nElapsed, int nTestResult, DOUBLE dDeltaAVGEValue, DOUBLE dDeltaEValue, std::string strDetails );
|
|
|
|
|
|
INT QueryOrder(std::string strOrder, TB_ORDER &order);
|
|
INT QueryOrder(std::string strOrder, TB_ORDER &order);
|
|
INT QueryOrders(std::vector<TB_ORDER> &vtOrders, std::string strBeginTime, std::string EndTime);
|
|
INT QueryOrders(std::vector<TB_ORDER> &vtOrders, std::string strBeginTime, std::string EndTime);
|
|
@@ -93,7 +93,7 @@ public:
|
|
BOOL UpdateOrder(TB_ORDER &order);
|
|
BOOL UpdateOrder(TB_ORDER &order);
|
|
BOOL UpdateOrder(std::string strOrder, std::string strDeltaEType, std::string strDeltaEValue, int nMode);
|
|
BOOL UpdateOrder(std::string strOrder, std::string strDeltaEType, std::string strDeltaEValue, int nMode);
|
|
BOOL UpdateSNData(TB_SN &sn_data);
|
|
BOOL UpdateSNData(TB_SN &sn_data);
|
|
- BOOL UpdateSNData(std::string strOrder,std::string strSN, std::string strLine, std::string strTestTime, std::string strFinishedTime, int nElapsed, int nTestResult, double dAVGDeltaEVlaue, std::string strDetails);
|
|
|
|
|
|
+ BOOL UpdateSNData(std::string strOrder,std::string strSN, std::string strLine, std::string strTestTime, std::string strFinishedTime, int nElapsed, int nTestResult, double dAVGDeltaEVlaue, DOUBLE dDeltaEValue, std::string strDetails);
|
|
|
|
|
|
BOOL DeleteOrder(std::string strOrder);//ͬʱɾ³ýËùÓйØÁªµÄSN;
|
|
BOOL DeleteOrder(std::string strOrder);//ͬʱɾ³ýËùÓйØÁªµÄSN;
|
|
BOOL DeleteSNData(std::string strSN);
|
|
BOOL DeleteSNData(std::string strSN);
|