Compare commits

..

No commits in common. "5887473b9e9d2c07daf5a9a8ce5a813d2b39c1c8" and "fb043a2dd9a122bdb6c4a588ac8b686e363d5600" have entirely different histories.

View File

@ -492,8 +492,6 @@ func ValueAddServiceDetailByUuidAndLanguage(req *bundle.ValueAddServiceDetailReq
Unit: detail.Unit, Unit: detail.Unit,
PriceType: int64(detail.PriceType), PriceType: int64(detail.PriceType),
Options: langOptions, Options: langOptions,
CreatedAt: time.Unix(detail.CreatedAt, 0).Format("2006-01-02 15:04:05"),
UpdatedAt: time.Unix(detail.UpdatedAt, 0).Format("2006-01-02 15:04:05"),
} }
return return
} }