|
|
@ -71,7 +71,7 @@ func videoAudit(id uint, name string, video string, exid string) {
|
|
|
|
if rest.Conclusion != "合规" {
|
|
|
|
if rest.Conclusion != "合规" {
|
|
|
|
var st = short.Short{
|
|
|
|
var st = short.Short{
|
|
|
|
Compliance: 1,
|
|
|
|
Compliance: 1,
|
|
|
|
Emg: rest.ErrorMsg,
|
|
|
|
Emg: rest.Msg,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
(&short.Short{}).GetDb().Model(&short.Short{}).Where("id=?", id).Updates(&st)
|
|
|
|
(&short.Short{}).GetDb().Model(&short.Short{}).Where("id=?", id).Updates(&st)
|
|
|
|
}
|
|
|
|
}
|
|
|
|