|
@ -3328,6 +3328,7 @@ func (impl *CustOrderServiceImplement) SelectPic1(user *global.User, dayModel *b |
|
|
return result, nil |
|
|
return result, nil |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
func (impl *CustOrderServiceImplement) GetUsefulTime(start, end time.Time, timeLine *list.List) int { |
|
|
func (impl *CustOrderServiceImplement) GetUsefulTime(start, end time.Time, timeLine *list.List) int { |
|
|
var duration int |
|
|
var duration int |
|
|
for element := timeLine.Front(); element != nil; element = element.Next() { |
|
|
for element := timeLine.Front(); element != nil; element = element.Next() { |
|
|