Compare commits
No commits in common. "46c62fa213b8f65d22a380fab4d5cc9e94ff3ab1" and "eacfce8ea62926cb135ec2f41b02555969c52c80" have entirely different histories.
46c62fa213
...
eacfce8ea6
@ -291,11 +291,6 @@ func SaveValueAddService(in *bundle.ValueAddServiceLang) (res *bundle.SaveRespon
|
|||||||
dao.DeleteBundleToValueAddService(tx, rel.BundleUuid, in.Uuid)
|
dao.DeleteBundleToValueAddService(tx, rel.BundleUuid, in.Uuid)
|
||||||
cancelNum++
|
cancelNum++
|
||||||
}
|
}
|
||||||
if err := dao.TxUpdateBundle(tx, rel.BundleUuid, map[string]interface{}{
|
|
||||||
"updated_at": time.Now(),
|
|
||||||
}); err != nil {
|
|
||||||
return res, errors.New("同步更新套餐失败")
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
//更新语言表
|
//更新语言表
|
||||||
updateLangService := map[string]interface{}{
|
updateLangService := map[string]interface{}{
|
||||||
|
Loading…
Reference in New Issue
Block a user