滚动修改

parent 2efd4663
...@@ -266,7 +266,7 @@ public class PlanResultService { ...@@ -266,7 +266,7 @@ public class PlanResultService {
// //
// // 如果freezeSeconds为0,则不添加锁定期工单 // // 如果freezeSeconds为0,则不添加锁定期工单
// if (freezeSeconds <= 0) { // if (freezeSeconds <= 0) {
// log.info("冻结期秒数为{},跳过添加锁定期工单", freezeSeconds); // log.debug("冻结期秒数为{},跳过添加锁定期工单", freezeSeconds);
// return; // return;
// } // }
// //
......
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