|
@@ -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 {
|