ソースを参照

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

xingzai 10 ヶ月 前
コミット
2d3522cd12
1 ファイル変更2 行追加0 行削除
  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
 }