ziwen 2 سال پیش
والد
کامیت
4033af6d21
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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,