Commit e92e6b9f by 阮思源

修改bug

parent f812d514
......@@ -688,17 +688,15 @@ public class BookKeywordBizImpl implements BookKeywordBiz {
sendText(sendTextDTO, text);
}
}
return;
}
return;
}
//发送欢迎语
//发送配置的资源服务和关键词
if (text.length() > LE) {
sendTextBatch(sendTextDTO, text, LE);
} else {
sendText(sendTextDTO, text);
}
}
@ParamLog("发送收到暗号后的本书介绍")
......
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