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:
+1
-1
@@ -712,7 +712,7 @@ public class OptimizePlanServiceImpl implements OptimizePlanService {
|
|||||||
planDO.setProcessId(req.getProcessId());
|
planDO.setProcessId(req.getProcessId());
|
||||||
planMapper.updateById(planDO);
|
planMapper.updateById(planDO);
|
||||||
|
|
||||||
esUtils.deleteEsDocument(FIELD_PLAN_ID, FIELD_PROCESS_ID, planId, req.getProcessId(), ORDER_OPTIMIZE_PLATE_MODEL);
|
esUtils.deleteEsDocument(FIELD_PLAN_ID, planId, ORDER_OPTIMIZE_PLATE_MODEL);
|
||||||
|
|
||||||
}else {
|
}else {
|
||||||
esUtils.deleteEsDocument(FIELD_PLAN_ID, FIELD_PLAN_CONFIG_ID, planId, boardModelDO.getPlanConfigId(), ORDER_OPTIMIZE_PLATE_MODEL);
|
esUtils.deleteEsDocument(FIELD_PLAN_ID, FIELD_PLAN_CONFIG_ID, planId, boardModelDO.getPlanConfigId(), ORDER_OPTIMIZE_PLATE_MODEL);
|
||||||
|
|||||||
Reference in New Issue
Block a user