Commit a05f0bd9 by huangZW

111

parent 42af71c0
......@@ -154,7 +154,7 @@ public class StaffDepartmentRelatedApiServiceImpl implements StaffDepartmentRela
return false;
}
if(content.length()>30){
content.substring(0, 26);
content = content.substring(0, 26);
content = content+"...";
}
//先发送下,试试
......
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