@@ -246,7 +246,7 @@ func DayNewTranslateContent() (err error) {
}
}()
//查询待翻译的内容列表
- condition := ` and (content_en = "" or content_en is null)`
+ condition := ` and (content_en = "" or content_en is null) and is_delete = 0`
var pars []interface{}
list, err := day_new.GetWeworkMsgByConditionLimit(condition, pars, 2000) //默认最多查询2000条
if err != nil {