@@ -403,7 +403,9 @@ func (this *ChartInfoController) CommonChartInfoDetailFromUniqueCode() {
if conf != nil && conf.ConfigValue != "" {
resp.WaterMark = conf.ConfigValue
}
-
+ if resp != nil && resp.ChartInfo != nil && resp.ChartInfo.ChartInfoId != 0 {
+ resp.ChartInfo.HaveOperaAuth = true
+ }
br.Ret = 200
br.Success = true
br.Msg = "获取成功"