|
|
|
|
@ -75,6 +75,7 @@ import org.springframework.web.bind.annotation.*; |
|
|
|
|
|
|
|
|
|
import java.math.BigDecimal; |
|
|
|
|
import java.util.ArrayList; |
|
|
|
|
import java.util.Comparator; |
|
|
|
|
import java.util.List; |
|
|
|
|
import java.util.Map; |
|
|
|
|
import java.util.stream.Collectors; |
|
|
|
|
@ -545,6 +546,7 @@ public class InspectionTaskController extends BladeController { |
|
|
|
|
dsRbFilePreserveSlot.setChildrenList(childrenListNew); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
preserveSlotList.sort(Comparator.comparing(MesRbFilePreserveSlotEntity::getSlotIndex)); |
|
|
|
|
obj.put("preserveSlotList",preserveSlotList); |
|
|
|
|
obj.put("insertIndex",insertIndex); |
|
|
|
|
return R.data(obj); |
|
|
|
|
|