| | |
| | | // null // 备注 |
| | | // ); |
| | | |
| | | public String getProgressRate$(){ |
| | | ProjectStatusService bean = SpringUtils.getBean(ProjectStatusService.class); |
| | | ProjectStatus id = bean.selectOne(new EntityWrapper<ProjectStatus>() |
| | | .eq("id", this.progressRate)); |
| | | if (!Cools.isEmpty(id)) { |
| | | return id.getStatusName(); |
| | | } |
| | | // public String getProgressRate$(){ |
| | | // ProjectStatusService bean = SpringUtils.getBean(ProjectStatusService.class); |
| | | // ProjectStatus id = bean.selectOne(new EntityWrapper<ProjectStatus>() |
| | | // .eq("id", this.progressRate)); |
| | | // if (!Cools.isEmpty(id)) { |
| | | // return id.getStatusName(); |
| | | // } |
| | | // |
| | | // return ""; |
| | | // } |
| | | |
| | | return ""; |
| | | } |
| | | public String getProjectStatus$(){ |
| | | ProjectStatusService bean = SpringUtils.getBean(ProjectStatusService.class); |
| | | ProjectStatus id = bean.selectOne(new EntityWrapper<ProjectStatus>().eq("id", this.projectStatus)); |