瀏覽代碼

fix导入时productId错误

ziwen 2 年之前
父節點
當前提交
d332eacb33
共有 1 個文件被更改,包括 1 次插入1 次删除
  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,