Commit 60d860e3 authored by Quxl's avatar Quxl

c

parent 15f3822a
......@@ -52,7 +52,7 @@ import net.sourceforge.pinyin4j.format.exception.BadHanyuPinyinOutputFormatCombi
* @since 2016年4月25日
*/
public class StringUtil {
public static String join(Map<String, Object> map, String sign, String before, String after, String joinKey) {
sign = sign == null ? "" : sign;
before = before == null ? "" : before;
......
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