Browse Source

wip:乏善可陈

wangshan 9 months ago
parent
commit
cd7d2c8463
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jy_publishing/task.go

+ 1 - 1
jy_publishing/task.go

@@ -265,7 +265,7 @@ func InfoPub(info map[string]interface{}) {
 			}
 			if len(InfoCodes) >= it {
 				if infoType == "" {
-					jyMap[f] = InfoCodes[it-1]
+					jyMap[f] = InfoCodes[it-1].Name
 				}
 				saveMap["infoAttribute"] = InfoCodes[it-1].Code
 			}