File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ToolGood.Algorithm2.Test/AlgorithmEngineEx Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ public void Test2()
8282 Heigth = 1
8383 } ;
8484 PriceAlgorithm priceAlgorithm = new PriceAlgorithm ( multiConditionCache , desk ) ;
85- var p1 = priceAlgorithm . QueryRemark ( "类型" ) ;
85+ var p1 = priceAlgorithm . SearchRemark ( "类型" ) ;
8686 Assert . AreEqual ( "3" , p1 ) ;
8787 }
8888
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ public Operand Evaluate(string categoryName)
128128 /// <param name="categoryName"></param>
129129 /// <returns></returns>
130130 /// <exception cref="Exception"></exception>
131- public string QueryRemark ( string categoryName )
131+ public string SearchRemark ( string categoryName )
132132 {
133133 var conditionCaches = MultiConditionCache . GetConditionCaches ( categoryName ) ;
134134 foreach ( var conditionCache in conditionCaches ) {
You can’t perform that action at this time.
0 commit comments