Compare commits
No commits in common. "8febf219f7903862291905dccc345e6a1c74d0bf" and "b9c0b6b282da258f586412cb7597ba8da01b3d6e" have entirely different histories.
8febf219f7
...
b9c0b6b282
@ -290,9 +290,6 @@ func SaveBundle(req *bundle.BundleProfile) (res *bundle.SaveResponse, err error)
|
||||
res.Uuid = req.Uuid
|
||||
res.Msg = "保存成功"
|
||||
}
|
||||
if res.CancelNum > 0 {
|
||||
res.Msg = "币种已修改,已取消关联部分增值服务"
|
||||
}
|
||||
return res, nil
|
||||
}
|
||||
|
||||
|
@ -316,9 +316,6 @@ func SaveValueAddService(in *bundle.ValueAddServiceLang) (res *bundle.SaveRespon
|
||||
res.CancelNum = cancelNum
|
||||
res.Msg = "保存成功"
|
||||
}
|
||||
if res.CancelNum > 0 {
|
||||
res.Msg = "币种已修改,已取消关联部分套餐"
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user