guarantee-lsq 2 år sedan
förälder
incheckning
1a57c9efe3

+ 1 - 0
platform-service/src/main/java/com/platform/service/repair/strategy/impl/LongYanPlanRepairStrategy.java

@@ -580,6 +580,7 @@ public class LongYanPlanRepairStrategy extends AbstractRepairBaseStrategy {
         RepairApplicationForm updForm = new RepairApplicationForm();
         updForm.setId(form.getId());
         updForm.setStatus(RepairApplicationFormStatusEnum.PROCESSING.getValue());
+        updForm.setRepairStartTime(LocalDateTime.now());
         // 生产审核人
         updForm.setProduceVerifyUserId(SecurityUtils.getUserInfo().getUserId());
         repairApplicationFormMapper.updateByPrimaryKeySelective(updForm);