Ver Fonte

Merge branch 'crm/crm_14.7.1' of http://8.136.199.33:3000/hongze/hz_crm_api into debug

xingzai há 10 meses atrás
pai
commit
2d3522cd12
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      services/cygx/article.go

+ 2 - 0
services/cygx/article.go

@@ -88,6 +88,8 @@ func GetArticleSourcePlatform(SourcePlatform string) (sourcePlatformResp int) {
 		sourcePlatformResp = 1
 	} else if SourcePlatform == "2" {
 		sourcePlatformResp = 2
+	} else {
+		sourcePlatformResp = 1
 	}
 	return
 }