wkyuer 2 сар өмнө
parent
commit
e9c4e6b44a

+ 3 - 5
internal/logic/order/contractPdf.go

@@ -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"
 			}