|
|
@ -147,7 +147,7 @@ public class AggreGridServiceImpl implements AggreGridService { |
|
|
|
if (totalTime > 0){ |
|
|
|
int minutes = totalTime / 60; |
|
|
|
if (minutes > 0){ |
|
|
|
String totalTimeDesc = minutes / 60 + "小时"+ minutes % 60 + "分"; |
|
|
|
String totalTimeDesc = minutes / 60 + "小时"+ minutes % 60 + "分钟"; |
|
|
|
data.setTotalTime(totalTimeDesc); |
|
|
|
} |
|
|
|
} |
|
|
|