|
@@ -75,8 +75,8 @@ public class WrappingNode implements IRunBPMService {
|
|
|
//停止产线,
|
|
|
CommonEntity commonEntity5 = new CommonEntity();
|
|
|
commonEntity5.getBasicMap().put("tableName","details_of_the_refueling_plan");
|
|
|
- commonEntity5.getQueryMap().put("product_id",productId);
|
|
|
- commonEntity5.getQueryMap().put("mac_id",productionLineNo);
|
|
|
+ commonEntity5.getConditionMap().put("product_id",id);
|
|
|
+ commonEntity5.getConditionMap().put("mac_id",productionLineNo);
|
|
|
commonEntity5.getCommMap().put("plan_status","3");
|
|
|
commonService.edit(commonEntity5);
|
|
|
}
|
|
@@ -97,8 +97,9 @@ public class WrappingNode implements IRunBPMService {
|
|
|
//停止产线,
|
|
|
CommonEntity commonEntity5 = new CommonEntity();
|
|
|
commonEntity5.getBasicMap().put("tableName","details_of_the_refueling_plan_spinning");
|
|
|
- commonEntity5.getQueryMap().put("product_id",productId);
|
|
|
- commonEntity5.getQueryMap().put("mac_id",productionLineNo);
|
|
|
+ commonEntity5.getConditionMap().put("product_id",id);
|
|
|
+ //
|
|
|
+ commonEntity5.getConditionMap().put("mac_id",productionLineNo);
|
|
|
commonEntity5.getCommMap().put("plan_status","3");
|
|
|
commonService.edit(commonEntity5);
|
|
|
}
|