Commit c75e166f authored by wanghao's avatar wanghao

4 测试专家申报-导出时的申报状态 字典 和 界面新增,展示使用的字典不一致问题修复。

parent e3fd767e
......@@ -167,8 +167,8 @@ public class TProAppInfor extends BaseEntity
@Excel(name = "是否有效",dictType = "t_valid_type")
private Long fValidType;
/** 申报状态:1 已上报,2 未上报,3 已通过,4未通过 */
@Excel(name = "申报状态",dictType = "t_rep_status")
/** 申报状态:1 已申报,2 未申报 */
@Excel(name = "申报状态",dictType = "t_expert_rep_status")
private Long fRepStatus;
/** 申报时间 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment