Commit beead0fd authored by Tong Li's avatar Tong Li

ce

parent 34bcb88f
...@@ -295,7 +295,7 @@ public class DiscreteParameterDurationTest { ...@@ -295,7 +295,7 @@ public class DiscreteParameterDurationTest {
task.setStartTime(startTime); task.setStartTime(startTime);
task.setEndTime(endTime); task.setEndTime(endTime);
task.setMachineId(machineId); task.setMachineId(machineId);
task.setChangeoverTime(0); //task.setChangeoverTime(0);
// 注意:GAScheduleResult的quantity字段也需要是Double类型 // 注意:GAScheduleResult的quantity字段也需要是Double类型
// 如果GAScheduleResult的quantity是BigDecimal,需要转换 // 如果GAScheduleResult的quantity是BigDecimal,需要转换
// task.setQuantity(new BigDecimal(quantity.toString())); // task.setQuantity(new BigDecimal(quantity.toString()));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment