| | |
| | | |
| | | import com.aps.core.domain.ApsPlatePlan; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | * @return |
| | | */ |
| | | public List<ApsPlatePlan> selectPlateRedundantOrderList(ApsPlatePlan apsPlatePlan); |
| | | |
| | | List<ApsPlatePlan> selectPlatePlanByPlantMajor(String plant,String professionalAffiliation); |
| | | |
| | | /** |
| | | * 获取未匹配的子计划 |
| | | * */ |
| | | ApsPlatePlan selectUnMatchPlateSubPlan(String plant,String itemNumber); |
| | | |
| | | /** |
| | | * 更新子计划未匹配数量 |
| | | * */ |
| | | int updatePlanUnMatchQtyByVersion(ApsPlatePlan plan); |
| | | |
| | | /** |
| | | * 初始化 子件工单的 未匹配数量 |
| | | * */ |
| | | int initUnMatchQty(); |
| | | } |