mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
解决-计算用板量和优化生产小板重复-参数缺少解决
This commit is contained in:
-9
@@ -278,15 +278,6 @@ public class OptimizePlanServiceImpl implements OptimizePlanService {
|
||||
|
||||
}
|
||||
|
||||
public Boolean validateOrderStatus(Long orderId){
|
||||
|
||||
// 查询当前生产单的工序是否已全部加工
|
||||
List<ProcessStepDO> orderProcessStepNDOS = processStepMapper.selectOrderStatus(orderId, getUserOrganId());
|
||||
|
||||
return orderProcessStepNDOS.isEmpty();
|
||||
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public OptimizeParamResVO getOptimizeParam(Long planId) {
|
||||
|
||||
Reference in New Issue
Block a user