Commit 49e64045 authored by hongguangwu's avatar hongguangwu

MVP1.6.3-HCM HCM的出差接口-历史单子出行工具、人员,置为空,人数为1

parent e63828ca
...@@ -325,7 +325,7 @@ public class QiWeiServiceImpl extends ServiceImpl<EkpQiweiChuchaiMapper, EkpQiwi ...@@ -325,7 +325,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