Commit 0a046134 by 阮思源

修改下

parent 9465f6bd
......@@ -250,6 +250,13 @@ public class BookGuideBizImpl implements BookGuideBiz {
}
}
}
return;
}
//发送欢迎语
if (text.length() > LE) {
sendTextBatch(agreeAddUserDTO, text, LE);
} else {
sendText(agreeAddUserDTO, text);
}
......
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