wushunjie
杜函宇 8 months ago
parent 564b8e8e5b
commit 801832e07f

@ -53,9 +53,9 @@ public class BmsDeclarationRecordsQueryVo implements Serializable {
@Excel(name = "年份")
private String year;
@ApiModelProperty(value = "申报类型 0:/, 1:试点区域,2:龙头型,3:创新型")
@Excel(name = "申报类型", readConverterExp = "0=/,1=试点区域,2=龙头型,3=创新型")
private Long type;
// @ApiModelProperty(value = "申报类型 0:/, 1:试点区域,2:龙头型,3:创新型")
// @Excel(name = "申报类型", readConverterExp = "0=/,1=试点区域,2=龙头型,3=创新型")
// private Long type;
@ApiModelProperty(value = "申报途径 0:系统申报1:补录")
@Excel(name = "申报途径", readConverterExp = "0=系统申报,1=补录")

@ -233,7 +233,6 @@
b.id as enterpriseId,
c.LEVEL,
a.YEAR,
c.type,
a.template_record_id,
a.template_id,
c.responsibility_unit,

Loading…
Cancel
Save