Explorar o código

wip:乏善可陈

wangshan hai 9 meses
pai
achega
cd7d2c8463
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 			}