Commit 5e6682b7 authored by neo's avatar neo

[bugfix] bb if not found pct default is 0

parent 8abcd7eb
...@@ -129,7 +129,7 @@ public class BBParasBo { ...@@ -129,7 +129,7 @@ public class BBParasBo {
builder.append(")"); builder.append(")");
return builder.toString(); return builder.toString();
} }
return ""; return "0";
} }
@Override @Override
......
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