@@ -608,7 +608,7 @@ public class BizArchiveInputServiceImpl extends ServiceImpl<BizArchiveInputMappe
// 停止工单
l.setIsStop(1);
l.setIsContinue(0);
- //updateMonth(bizArchiveInput, l, details);
+ updateMonth(bizArchiveInput, l, details);
} else {
// 不停止工单 只修改工单完成时间
l.setMonthNum(months);