Commit a0e6b5e6 by 阮思源

修改下

parent 8968e9d6
......@@ -2284,6 +2284,9 @@ public class BookGroupBizImpl implements BookGroupBiz {
bookGroupServe.setShortUrl(resultUrl);
bookGroupServesNew.add(bookGroupServe);
}
if (!ListUtils.isEmpty(bookGroupServesNew)){
bookGroupServeDao.batchInsert(bookGroupServesNew);
}
}
}
......
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