Commit e3fd767e authored by wanghao's avatar wanghao

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

parent 2a26eab8
......@@ -48,8 +48,8 @@ public class FProBehInfor extends BaseEntity
@Excel(name = "最后修改时间")
private String fUpdateTime;
/** 申报状态: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