| | |
| | | // ); |
| | | |
| | | |
| | | public String getItemId$(){ |
| | | ItemService bean = SpringUtils.getBean(ItemService.class); |
| | | Item id = bean.selectOne(new EntityWrapper<Item>() |
| | | .eq("id", this.itemId)); |
| | | if (!Cools.isEmpty(id)) { |
| | | return id.getName(); |
| | | } |
| | | return null; |
| | | } |
| | | public Long getId() { |
| | | return id; |
| | | } |
| | |
| | | this.flowName = flowName; |
| | | } |
| | | |
| | | public String getItemId$(){ |
| | | ItemService itemService = SpringUtils.getBean(ItemService.class); |
| | | Item id = itemService.selectOne(new EntityWrapper<Item>() |
| | | .eq("id", this.getItemId())); |
| | | if (!Cools.isEmpty(id)) { |
| | | |
| | | return id.getName(); |
| | | }else { |
| | | return null; |
| | | } |
| | | } |
| | | // public String getItemId$(){ |
| | | // ItemService itemService = SpringUtils.getBean(ItemService.class); |
| | | // Item id = itemService.selectOne(new EntityWrapper<Item>() |
| | | // .eq("id", this.getItemId())); |
| | | // if (!Cools.isEmpty(id)) { |
| | | // |
| | | // return id.getName(); |
| | | // }else { |
| | | // return null; |
| | | // } |
| | | // } |
| | | public String getFlowId$(){ |
| | | FlowStatusService bean = SpringUtils.getBean(FlowStatusService.class); |
| | | FlowStatus id = bean.selectOne(new EntityWrapper<FlowStatus>() |