|
@@ -423,7 +423,7 @@ func UpdateSmartReportsStateBySecondIds(oldState, newState int, secondIds []int)
|
|
|
// UpdatePdfUrlSmartReportById 清空pdf相关字段
|
|
|
func UpdatePdfUrlSmartReportById(reportId int) (err error) {
|
|
|
o := orm.NewOrmUsingDB("rddp")
|
|
|
- sql := `UPDATE smaet_report SET detail_img_url = '',detail_pdf_url='',modify_time=NOW() WHERE id = ? `
|
|
|
+ sql := `UPDATE smart_report SET detail_img_url = '',detail_pdf_url='',modify_time=NOW() WHERE id = ? `
|
|
|
_, err = o.Raw(sql, reportId).Exec()
|
|
|
return
|
|
|
}
|