wangshan 1 жил өмнө
parent
commit
0733602cef

+ 1 - 1
jyBXCore/rpc/model/mysql/participateStage.go

@@ -74,7 +74,7 @@ func (p *ParStage) UpdateStage() {
 				entUserId     = strconv.FormatInt(gconv.Int64(rv["ent_user_id"]), 10)
 				positionId    = strconv.FormatInt(gconv.Int64(rv["position_id"]), 10)
 			)
-			createDate = gconv.String(rv["create_date"])
+			createDate = strings.Split(gconv.String(rv["create_date"]), " ")[0]
 			if ok {
 				contentMap = gconv.Map(content)
 				if contentMap["afterMap"] != nil {