|
@@ -210,11 +210,9 @@ func GetContractPdf(ctx context.Context, orderCode, userName string, onlyQuery b
|
|
|
// ctd.AccountNum = gconv.Int64(detail["buy_count"])
|
|
|
//}
|
|
|
if level == 6 {
|
|
|
- if isSINGLE {
|
|
|
- ctd.Service = "大会员商机版2.0(单省版)"
|
|
|
- } else {
|
|
|
- ctd.Service = "大会员商机版2.0"
|
|
|
- }
|
|
|
+ ctd.Service = "大会员商机版2.0"
|
|
|
+ } else if level == 30190 {
|
|
|
+ ctd.Service = "大会员商机版2.0(单省版)"
|
|
|
} else if level == 7 {
|
|
|
ctd.Service = "大会员专家版2.0"
|
|
|
}
|