新法规导入流程修改日期为可维护

This commit is contained in:
梁琦涛
2024-10-15 14:53:10 +08:00
parent 5f7fdf0667
commit 992365a4e8
2 changed files with 0 additions and 7 deletions
@@ -77,17 +77,14 @@ public class ProcessNewStandardImport implements Serializable {
private String eventPhase;
/**新认证车实施日期*/
@ApiModelProperty(value = "新认证车实施日期")
@TableField(exist = false)
@Excel(name = "新认证车实施日期", width = 15)
private String newAuthImplDate;
/**新生产车实施日期*/
@ApiModelProperty(value = "新生产车实施日期")
@TableField(exist = false)
@Excel(name = "新生产车实施日期", width = 15)
private String newProductImplDate;
/**注册日期*/
@ApiModelProperty(value = "注册日期")
@TableField(exist = false)
@Excel(name = "注册日期", width = 15)
private String registrationDate;
/**适用市场*/
@@ -323,10 +323,6 @@ public class ProcessNewStandardImportServiceImpl extends ServiceImpl<ProcessNewS
if(!Objects.isNull(processNewStandardImport)){
data.setStandardName(processNewStandardImport.getStandardName());
data.setStandardNumber(processNewStandardImport.getStandardNumber());
data.setImplementationDate(processNewStandardImport.getImplementationDate());
data.setNewAuthImplDate(processNewStandardImport.getNewAuthImplDate());
data.setRegistrationDate(processNewStandardImport.getRegistrationDate());
data.setNewProductImplDate(processNewStandardImport.getNewProductImplDate());
data.setSubstituteStandardNumber(processNewStandardImport.getSubstituteStandardNumber());
}
result.setBusinessInfoDTO(data);