Commit 3ecb59a2 authored by hongguangwu's avatar hongguangwu

MVP1.6.3-多列优化

parent 2ad266a4
......@@ -320,7 +320,7 @@ public class QiWeiServiceImpl extends ServiceImpl<EkpQiweiChuchaiMapper, EkpQiwi
if (i++ == 0) {
tools = tool.getString("label");
} else {
tools += "," + tool.getString("label");
tools += ";" + tool.getString("label");
}
}
}
......
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