Browse Source

Merge branch 'new_templete'

zwxi 8 months ago
parent
commit
73dbbc758d
1 changed files with 6 additions and 6 deletions
  1. 6 6
      controller/contract/register.go

+ 6 - 6
controller/contract/register.go

@@ -3030,7 +3030,7 @@ func (rg *RegisterController) Import(c *gin.Context) {
 						continue
 					}
 					// FICC小套餐
-					if k >= 11 && k <= 31 {
+					if k >= 11 && k <= 32 {
 						// 小套餐权限
 						if v == "是" {
 							rowChartPermissionIdArr = append(rowChartPermissionIdArr, strconv.Itoa(chartPermissionNameIdMap[titleMap[k]]))
@@ -3039,7 +3039,7 @@ func (rg *RegisterController) Import(c *gin.Context) {
 						continue
 					}
 					// 其他类型套餐
-					if k >= 32 && k <= 40 {
+					if k >= 33 && k <= 41 {
 						if v == "是" {
 							tempItem := serviceTempNameMap[titleMap[k]]
 							if tempItem == nil {
@@ -3060,10 +3060,10 @@ func (rg *RegisterController) Import(c *gin.Context) {
 						}
 						continue
 					}
-					if k >= 41 && k <= 51 {
+					if k >= 42 && k <= 52 {
 						if v == "是" {
 							// 权益大套餐
-							if k <= 44 {
+							if k <= 43 {
 								//新增
 								parentName := "权益大套餐"
 								tempItem := serviceTempNameMap[titleMap[k]]
@@ -3160,7 +3160,7 @@ func (rg *RegisterController) Import(c *gin.Context) {
 						continue
 					}
 					// 权益研选等套餐
-					if k >= 52 && k <= 58 {
+					if k >= 53 && k <= 59 {
 						if v == "是" {
 							tempItem := serviceTempNameMap[titleMap[k]]
 							if tempItem == nil {
@@ -3182,7 +3182,7 @@ func (rg *RegisterController) Import(c *gin.Context) {
 						continue
 					}
 					// 套餐备注
-					if k == 59 {
+					if k == 60 {
 						rowRegister.ServiceRemark = v
 						continue
 					}