|
|
@ -271,6 +271,7 @@ public class IZyProductPlanAutoServiceImpl extends ServiceImpl<ZyProductPlanMapp |
|
|
|
|
|
|
|
|
|
|
|
//2,保存生产计划
|
|
|
|
//2,保存生产计划
|
|
|
|
// List<ZyProductPlan> productPlanList = this.saveProductPlan(workOrderList);
|
|
|
|
// List<ZyProductPlan> productPlanList = this.saveProductPlan(workOrderList);
|
|
|
|
|
|
|
|
//TODO
|
|
|
|
List<ZyProductPlan> productPlanList = this.saveProductPlan4Mock(workOrderList); |
|
|
|
List<ZyProductPlan> productPlanList = this.saveProductPlan4Mock(workOrderList); |
|
|
|
if (ObjectUtils.isEmpty(productPlanList)) return Collections.EMPTY_LIST; |
|
|
|
if (ObjectUtils.isEmpty(productPlanList)) return Collections.EMPTY_LIST; |
|
|
|
|
|
|
|
|
|
|
@ -310,7 +311,7 @@ public class IZyProductPlanAutoServiceImpl extends ServiceImpl<ZyProductPlanMapp |
|
|
|
* 匹配设备&工具&工人 |
|
|
|
* 匹配设备&工具&工人 |
|
|
|
* <p> |
|
|
|
* <p> |
|
|
|
* 匹配车间工位设备与工序设备,工位设备包含工序设备即匹配成功,匹配失败做异常处理 |
|
|
|
* 匹配车间工位设备与工序设备,工位设备包含工序设备即匹配成功,匹配失败做异常处理 |
|
|
|
* 匹配车间工位工具与工序工具,工位设备包含工序设备即匹配成功,匹配失败做异常处理 |
|
|
|
* 匹配车间工位工具与工序工具,工位工具包含工序设备即匹配成功,匹配失败做异常处理 |
|
|
|
* |
|
|
|
* |
|
|
|
* @param planId |
|
|
|
* @param planId |
|
|
|
*/ |
|
|
|
*/ |
|
|
|