Commit 8f71b0e0 authored by zhkwei's avatar zhkwei

CIT--RSUMIF公式完善

parent fd95a467
...@@ -111,8 +111,9 @@ public class RSUMIF extends FunctionBase implements FreeRefFunction { ...@@ -111,8 +111,9 @@ public class RSUMIF extends FunctionBase implements FreeRefFunction {
public FormulaDataSourceType selectShow(String tableName) { public FormulaDataSourceType selectShow(String tableName) {
if ("CIT_TBAM".equals(tableName)) { if ("CIT_TBAM".equals(tableName)) {
return FormulaDataSourceType.CIT_TBAM; return FormulaDataSourceType.CIT_TBAM;
}else{
return FormulaDataSourceType.Other;
} }
return null;
} }
public static String getSql (){ public static String getSql (){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment