Commit 2acc3ef4 authored by huyuchen's avatar huyuchen

Merge remote-tracking branch 'origin/MVP1.6.3' into MVP1.6.3

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