|
|
@@ -19,11 +19,11 @@ func ColumnLastUpdateUserID(tableRow *TableRow) string {
|
|
|
return tableRow.ColumnValueString(columnLastUpdateUserID)
|
|
|
}
|
|
|
|
|
|
-func ColumnCreatedTime(tableRow *TableRow, format string) time.Time {
|
|
|
+func ColumnCreatedTime(tableRow *TableRow) time.Time {
|
|
|
return tableRow.ColumnValueTime(columnCreatedTime)
|
|
|
}
|
|
|
|
|
|
-func ColumnLastEventTime(tableRow *TableRow, format string) time.Time {
|
|
|
+func ColumnLastEventTime(tableRow *TableRow) time.Time {
|
|
|
return tableRow.ColumnValueTime(columnLastEventTime)
|
|
|
}
|
|
|
|