guarantee-lsq преди 1 година
родител
ревизия
2a9b547a3d
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      platform-service/src/main/java/com/platform/service/repair/strategy/impl/AllocateRepairBaseStrategy.java

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

@@ -31,6 +31,7 @@ public class AllocateRepairBaseStrategy extends AbstractRepairBaseStrategy {
     public RepairApplicationForm callRepair(RepairApplicationFormDTO model) {
         // 指定派单人角色
         RepairApplicationForm form = super.callRepair(model);
+        form.setStatus(RepairApplicationFormStatusEnum.RECEIVED.getValue());
         repairApplicationFormMapper.insert(form);
         SysUserDTO sysUserDTO = new SysUserDTO();
         sysUserDTO.setUserId(form.getDispatchUserId());