main
黄海 1 year ago
parent 13451c2e95
commit 85b844f221

@ -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) {

Loading…
Cancel
Save