查看分解单 实施日期多个

This commit is contained in:
zhaokaiyao@91isoft.com
2021-12-09 14:26:50 +08:00
parent 276f0a9726
commit 0cabb928d7
3 changed files with 5 additions and 5 deletions
@@ -25,11 +25,11 @@ public class FindSarItemsPageReqDTO extends BasePage {
@ApiModelProperty(value = "新车型实施日期")
@DateTimeFormat(pattern = "yyyy-MM-dd")
private Date XCXSSRQ;
private String XCXSSRQ;
@ApiModelProperty(value = "在产车实施日期")
@DateTimeFormat(pattern = "yyyy-MM-dd")
private Date ZCCSSRQ;
private String ZCCSSRQ;
@ApiModelProperty(value = "文件类型")
private String fileType;
@@ -236,7 +236,7 @@ public class SarStandItemsServiceImpl extends ServiceImpl<SarStandItemsDao, SarS
switch (page.getOrderBy()){
case "itemsNum" : page.setOrderBy("ITEMS_NUM"); break;
default:page.setOrderBy("ITEMS_NUM"); page.setOrder("DESC");
default:page.setOrderBy("ITEMS_NUM"); page.setOrder("ASC");
}
switch (page.getOrder()){