function set_word(word){ if(!word) return ''; if(word.indexOf('复核')!==-1) return ''; return word; } module.exports = { set_word: set_word }