|  |  |  | 
|---|
|  |  |  | .setFileTableEnum(FileTableEnum.values()) | 
|---|
|  |  |  | .setAllocationApproveEnum(AllocationApproveEnum.values()) | 
|---|
|  |  |  | .setAllocationExtensionApproveEnum(AllocationExtensionApproveEnum.values()) | 
|---|
|  |  |  | .setEmphasisEnum(EmphasisEnum.values()) | 
|---|
|  |  |  | ; | 
|---|
|  |  |  | return ResultMessage.ok(dictionaryVo); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | 
|---|
|  |  |  | * 作废理由 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private String invalidReason; | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 重点任务类型 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private Integer keyPoint; | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  | 
|---|
|  |  |  | private Integer state; | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "重点任务类型") | 
|---|
|  |  |  | private Integer keyPoint; | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "基础附件") | 
|---|
|  |  |  | private List<FileVo> fileBaseList; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "基础附件") | 
|---|
|  |  |  | private List<FileVo> fileBaseList; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "重点任务类型") | 
|---|
|  |  |  | private Integer keyPoint; | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public Allocation convert() { | 
|---|
|  |  |  | Allocation allocation = BeanConverts.convert(this, Allocation.class); | 
|---|
|  |  |  | return allocation; | 
|---|
|  |  |  | 
|---|
|  |  |  | private List<Map<String, Object>> FileTableEnum; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | private List<Map<String, Object>> AllocationExtensionApproveEnum; | 
|---|
|  |  |  | private List<Map<String, Object>> EmphasisEnum; | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public static List<Map<String, Object>> enumArray2Map(Enum[] enums) { | 
|---|
|  |  |  | 
|---|
|  |  |  | this.AllocationExtensionApproveEnum = enumArray2Map(enumResult); | 
|---|
|  |  |  | return this; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | public DictionaryVo setEmphasisEnum(com.moral.api.pojo.enums.EmphasisEnum[] enumResult) { | 
|---|
|  |  |  | this.EmphasisEnum = enumArray2Map(enumResult); | 
|---|
|  |  |  | return this; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "流程状态") | 
|---|
|  |  |  | private List<ApproveTableListVo> approveList; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiModelProperty(value = "重点任务类型") | 
|---|
|  |  |  | private Integer keyPoint; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @TableField(exist = false) | 
|---|
|  |  |  | private String time; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | <result column="check_time" property="checkTime" /> | 
|---|
|  |  |  | <result column="state" property="state" /> | 
|---|
|  |  |  | <result column="invalid_reason" property="invalidReason" /> | 
|---|
|  |  |  | <result column="key_point" property="keyPoint" /> | 
|---|
|  |  |  | </resultMap> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <!-- 通用查询结果列 --> | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <!-- 通用查询结果列 --> | 
|---|
|  |  |  | <sql id="Allocation_Column_List"> | 
|---|
|  |  |  | allocation.allocation_id, allocation.allocation_num, allocation.escalation_type, allocation.escalation_time, allocation.pollute_position, allocation.unit_id, allocation.pollute_type, allocation.change_type, allocation.change_day, allocation.escalation_unit_id, allocation.escalation_name, allocation.investigation_type, allocation.problem_describe, allocation.is_change, allocation.change_describe, allocation.change_name, allocation.change_time, allocation.check_score, allocation.check_describe, allocation.check_name, allocation.check_time, allocation.state, allocation.is_del, allocation.is_invalid, allocation.invalid_reason, allocation.create_id, allocation.create_name, allocation.create_time, allocation.update_id, allocation.update_name, allocation.update_time | 
|---|
|  |  |  | allocation.allocation_id, allocation.allocation_num, allocation.escalation_type, allocation.escalation_time, allocation.pollute_position, allocation.unit_id, allocation.pollute_type, allocation.change_type, allocation.change_day, allocation.escalation_unit_id, allocation.escalation_name, allocation.investigation_type, allocation.problem_describe, allocation.is_change, allocation.change_describe, allocation.change_name, allocation.change_time, allocation.check_score, allocation.check_describe, allocation.check_name, allocation.check_time, allocation.state, allocation.is_del, allocation.is_invalid, allocation.invalid_reason, allocation.create_id, allocation.create_name, allocation.create_time, allocation.update_id, allocation.update_name, allocation.update_time,allocation.key_point | 
|---|
|  |  |  | </sql> | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|