提交 9b7f5a2f authored 作者: liupengfei's avatar liupengfei

--no commit message

上级 2637a5b3
...@@ -608,7 +608,7 @@ public class EbookController { ...@@ -608,7 +608,7 @@ public class EbookController {
article.setRealPrice(new BigDecimal(0)); article.setRealPrice(new BigDecimal(0));
String text = StringUtil.regEx(article.getText()); String text = StringUtil.regEx(article.getText());
if(StringUtils.isNotBlank(text)) { if(StringUtils.isNotBlank(text)) {
List<String>textList = getStrList(text,2000); List<String>textList = getStrList(text,1000);
for(int i = 0 ; i < textList.size() ; i++) { for(int i = 0 ; i < textList.size() ; i++) {
try { try {
String fileName = i+1+""; String fileName = i+1+"";
...@@ -740,7 +740,7 @@ public class EbookController { ...@@ -740,7 +740,7 @@ public class EbookController {
throw new BaseException(ev.getBook().getIsbn()); throw new BaseException(ev.getBook().getIsbn());
} }
if(StringUtils.isNotBlank(text)) { if(StringUtils.isNotBlank(text)) {
List<String>textList = getStrList(text,2000); List<String>textList = getStrList(text,1000);
for(int i = 0 ; i < textList.size() ; i++) { for(int i = 0 ; i < textList.size() ; i++) {
try { try {
String fileName = i+1+""; String fileName = i+1+"";
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论