|
@@ -26,7 +26,7 @@ public class ActivityPriceInventoryFlow extends FlowDelegate {
|
|
|
|
|
|
@Override
|
|
|
public String getFlowKey() {
|
|
|
- return "seal_use_flow";
|
|
|
+ return "activity_price_inventory_flow";
|
|
|
}
|
|
|
|
|
|
@Override
|
|
@@ -34,7 +34,7 @@ public class ActivityPriceInventoryFlow extends FlowDelegate {
|
|
|
ActivityPriceInventoryDto dto = submitData.toJavaObject(ActivityPriceInventoryDto.class);
|
|
|
dto.setFlowId(flowId);
|
|
|
|
|
|
- dto.setCode(codingRuleService.createCode(CodingRuleEnum.SEAL_USE.getKey(), null));
|
|
|
+ dto.setCode(codingRuleService.createCode(CodingRuleEnum.ACTIVITY_PRICE_INVENTORY.getKey(), null));
|
|
|
dto.setStatus(FlowStatusEnum1.UNDER_REVIEW.getKey());
|
|
|
|
|
|
activityPriceInventoryService.addOrEdit(dto);
|