|
@@ -11,6 +11,7 @@ CMD.runTask = async function(data){
|
|
|
if(book_info.rows.lenght<=0){
|
|
|
return null
|
|
|
}
|
|
|
+ console.log("book_info.rows[0]:",book_info.rows[0])
|
|
|
let book_name = book_info.rows[0].name;
|
|
|
let typeDesc = book_info.rows[0].typeDesc; //'中篇',
|
|
|
let words = book_info.rows[0].words; //多少字
|