standRegionalTimeDto 属性大小写和数据字段匹配
This commit is contained in:
+2
-2
@@ -26,10 +26,10 @@ public class StandRegionalTimeDto {
|
|||||||
@ApiModelProperty(value = "在产车实施日期")
|
@ApiModelProperty(value = "在产车实施日期")
|
||||||
@DateTimeFormat(pattern="yyyy-MM-dd")
|
@DateTimeFormat(pattern="yyyy-MM-dd")
|
||||||
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd")
|
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd")
|
||||||
private Date zccssrq;
|
private Date ZCCSSRQ;
|
||||||
|
|
||||||
@ApiModelProperty(value = "新车型实施日期")
|
@ApiModelProperty(value = "新车型实施日期")
|
||||||
@DateTimeFormat(pattern="yyyy-MM-dd")
|
@DateTimeFormat(pattern="yyyy-MM-dd")
|
||||||
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd")
|
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd")
|
||||||
private Date xcxssrq;
|
private Date XCXSSRQ;
|
||||||
}
|
}
|
||||||
|
|||||||
+2
-2
@@ -292,8 +292,8 @@ public class SarLawsAttrDetailedListServiceImpl extends ServiceImpl<SarLawsAttrD
|
|||||||
if (s.getPutTime()!=null){
|
if (s.getPutTime()!=null){
|
||||||
putTime.add(new SimpleDateFormat("yyyy-MM-dd").format(s.getPutTime()));
|
putTime.add(new SimpleDateFormat("yyyy-MM-dd").format(s.getPutTime()));
|
||||||
}
|
}
|
||||||
xcx.add(new SimpleDateFormat("yyyy-MM-dd").format(s.getXcxssrq()));
|
xcx.add(new SimpleDateFormat("yyyy-MM-dd").format(s.getXCXSSRQ()));
|
||||||
zcc.add(new SimpleDateFormat("yyyy-MM-dd").format(s.getZccssrq()));
|
zcc.add(new SimpleDateFormat("yyyy-MM-dd").format(s.getZCCSSRQ()));
|
||||||
mapList.put("实施日期("+s.getCountry()+")",putTime);
|
mapList.put("实施日期("+s.getCountry()+")",putTime);
|
||||||
mapList.put("新车型实施日期("+s.getCountry()+")",xcx);
|
mapList.put("新车型实施日期("+s.getCountry()+")",xcx);
|
||||||
mapList.put("在产车实施日期("+s.getCountry()+")",zcc);
|
mapList.put("在产车实施日期("+s.getCountry()+")",zcc);
|
||||||
|
|||||||
Reference in New Issue
Block a user