Browse Source

Merge branch 'fms_2.5' into debug

ziwen 2 years ago
parent
commit
261551d8f7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controller/contract/service.go

+ 1 - 1
controller/contract/service.go

@@ -144,7 +144,7 @@ func (sr *ServiceController) List(c *gin.Context) {
 				}
 
 				pItem := fms.ContractServiceTemplateItem{
-					ServiceTemplateId: 90000 + i,
+					ServiceTemplateId: 90000 + i*100,
 					ProductId:         1,
 					Pid:               v.ServiceTemplateId,
 					ParentTitle:       v.Title,