Merge branch 'feat-cjy-taskBanch' into dev
This commit is contained in:
commit
73d997f754
@ -243,7 +243,7 @@ func (b *BundleProvider) GetTaskAssignRecordsList(_ context.Context, req *bundle
|
||||
// convertToTaskAssignRecordInfo 转换TaskAssignRecords模型为proto消息
|
||||
func convertToTaskAssignRecordInfo(record *dao.TaskAssignRecordsResponse) *bundle.TaskAssignRecordInfo {
|
||||
var completeTime string
|
||||
if !record.CompleteTime.IsZero() {
|
||||
if record.CompleteTime != nil {
|
||||
completeTime = record.CompleteTime.Format("2006-01-02 15:04:05")
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user