提交 4f301f3b 编写于 作者: Z zyyang

change

上级 95a4a660
......@@ -162,7 +162,7 @@ public class SubTableService extends AbstractService {
for (int k = 0; k < rowValue.getFields().size(); k++) {
FieldValue fieldValue = rowValue.getFields().get(k);
if (k == 0)
sb.append("'" + fieldValue.getValue() + "'");
sb.append("" + fieldValue.getValue() + "");
else
sb.append(", '" + fieldValue.getValue() + "'");
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册