Commit 5bbd2e24 by 徐高华

bug

parent 65559e3e
......@@ -1153,7 +1153,7 @@ public class GroupChatServiceImpl implements GroupChatService {
}
}
}
item.setStoreNames(String.join(",", storeNameList));
item.setStoreNames(String.join("", storeNameList));
}
}
return retPage;
......
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