|
|
@ -1,7 +1,8 @@
|
|
|
|
package com.op.plan.mapper;
|
|
|
|
package com.op.plan.mapper;
|
|
|
|
|
|
|
|
|
|
|
|
import com.baomidou.dynamic.datasource.annotation.DS;
|
|
|
|
import com.op.plan.domain.ProOrder;
|
|
|
|
import com.op.plan.domain.ProOrderWorkorder;
|
|
|
|
import com.op.plan.domain.ProOrderWorkorder;
|
|
|
|
|
|
|
|
import com.op.system.api.domain.dto.BaseBomComponentDTO;
|
|
|
|
import com.op.system.api.domain.dto.MesPrepare;
|
|
|
|
import com.op.system.api.domain.dto.MesPrepare;
|
|
|
|
import org.apache.ibatis.annotations.Mapper;
|
|
|
|
import org.apache.ibatis.annotations.Mapper;
|
|
|
|
import org.apache.ibatis.annotations.Param;
|
|
|
|
import org.apache.ibatis.annotations.Param;
|
|
|
@ -126,7 +127,7 @@ public interface ProOrderWorkorderMapper {
|
|
|
|
|
|
|
|
|
|
|
|
ProOrder getOrderCodeBySonCode(String parentOrder);
|
|
|
|
ProOrder getOrderCodeBySonCode(String parentOrder);
|
|
|
|
|
|
|
|
|
|
|
|
List<BaseBomComponentDTO> getBomComponents(@Param("order") ProOrder order,@Param("list") List<BaseBomComponentDTO> cumsDtos);
|
|
|
|
List<BaseBomComponentDTO> getBomComponents(@Param("order") ProOrder order, @Param("list") List<BaseBomComponentDTO> cumsDtos);
|
|
|
|
|
|
|
|
|
|
|
|
void createPrepareDetails(@Param("list") List<BaseBomComponentDTO> allChildren,@Param("wo") ProOrderWorkorder wo);
|
|
|
|
void createPrepareDetails(@Param("list") List<BaseBomComponentDTO> allChildren,@Param("wo") ProOrderWorkorder wo);
|
|
|
|
|
|
|
|
|
|
|
|