Browse Source

fix导入时productId错误

ziwen 2 years ago
parent
commit
d332eacb33
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controller/contract/register.go

+ 1 - 1
controller/contract/register.go

@@ -2384,7 +2384,7 @@ func (rg *RegisterController) Import(c *gin.Context) {
 									return
 								}
 								cs := &fms.ContractService{
-									ProductId:         crm.CompanyProductFicc,
+									ProductId:         crm.CompanyProductRai,
 									ServiceTemplateId: tempItem.ServiceTemplateId,
 									Title:             tempItem.Title,
 									Value:             tempItem.Value,