|
|
|
@ -616,9 +616,6 @@ public class HuiYaModel {
|
|
|
|
|
if (wxGetCostMap.containsKey(model_id)) {
|
|
|
|
|
current_task_seconds = wxGetCostMap.get(model_id);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// 使用Duration来添加秒数
|
|
|
|
|
// 获取当前时间的Instant实例
|
|
|
|
|
int m = (secondsToAdd + current_task_seconds) / 60;
|
|
|
|
|
int s = (secondsToAdd + current_task_seconds) % 60;
|
|
|
|
|
if (s > 0) {
|
|
|
|
|