陈少旭 3 months ago
parent
commit
ad716cfc70
1 changed files with 5 additions and 0 deletions
  1. 5 0
      controllers/admin_api_controllers/custom_api_controller.go

+ 5 - 0
controllers/admin_api_controllers/custom_api_controller.go View File

79
 
79
 
80
 	client_remark := this.GetString("client_remark")
80
 	client_remark := this.GetString("client_remark")
81
 	topline_time := this.GetString("topline_time")
81
 	topline_time := this.GetString("topline_time")
82
+	sign_end_time := this.GetString("sign_end_time")
82
 
83
 
83
 	kyyChargeCustom := &models.KyyChargeCustom{
84
 	kyyChargeCustom := &models.KyyChargeCustom{
84
 		ImplementTime:                 implement_time,
85
 		ImplementTime:                 implement_time,
130
 		HardwareRemark:                hardwareRemark,
131
 		HardwareRemark:                hardwareRemark,
131
 		ClientRemark:                  client_remark,
132
 		ClientRemark:                  client_remark,
132
 		ToplineTime:                   topline_time,
133
 		ToplineTime:                   topline_time,
134
+		SignEndTime:                   sign_end_time,
133
 	}
135
 	}
134
 	//custom, _ := service.FindCustomInfo(xtOrgID)
136
 	//custom, _ := service.FindCustomInfo(xtOrgID)
135
 	//if custom.ID > 0 {
137
 	//if custom.ID > 0 {
169
 		customType, _ := this.GetInt64("custom_type")
171
 		customType, _ := this.GetInt64("custom_type")
170
 		salesperson := this.GetString("salesperson")
172
 		salesperson := this.GetString("salesperson")
171
 		signTime := this.GetString("sign_time")
173
 		signTime := this.GetString("sign_time")
174
+		sign_end_time := this.GetString("sign_end_time")
175
+
172
 		contractPrice := this.GetString("contract_price")
176
 		contractPrice := this.GetString("contract_price")
173
 		softwarePrice := this.GetString("software_price")
177
 		softwarePrice := this.GetString("software_price")
174
 		hardwarePrice := this.GetString("hardware_price")
178
 		hardwarePrice := this.GetString("hardware_price")
178
 		topline_time := this.GetString("topline_time")
182
 		topline_time := this.GetString("topline_time")
179
 		custom.CustomType = customType
183
 		custom.CustomType = customType
180
 		custom.Salesperson = salesperson
184
 		custom.Salesperson = salesperson
185
+		custom.SignEndTime = sign_end_time
181
 		custom.SignTime = signTime
186
 		custom.SignTime = signTime
182
 		custom.ContractPrice = contractPrice
187
 		custom.ContractPrice = contractPrice
183
 		custom.SoftwarePrice = softwarePrice
188
 		custom.SoftwarePrice = softwarePrice