|
|
@ -27,7 +27,6 @@ public class VA006Service extends ServiceImpl<VA006Mapper, VA006> {
|
|
|
|
IPage<VA006> iPage = va006Mapper.getList(page,udiwmsBasicSkPrescribeRequest);
|
|
|
|
IPage<VA006> iPage = va006Mapper.getList(page,udiwmsBasicSkPrescribeRequest);
|
|
|
|
List<VA006> list = iPage.getRecords();
|
|
|
|
List<VA006> list = iPage.getRecords();
|
|
|
|
List<VA006> listNew = new ArrayList<>();
|
|
|
|
List<VA006> listNew = new ArrayList<>();
|
|
|
|
list.sort( Comparator.comparing(VA006::getPrescribedate));
|
|
|
|
|
|
|
|
if(list!=null && list.size() >0){
|
|
|
|
if(list!=null && list.size() >0){
|
|
|
|
String lastSql = "";
|
|
|
|
String lastSql = "";
|
|
|
|
if(defXmlSqlType.equals("Mysql")){
|
|
|
|
if(defXmlSqlType.equals("Mysql")){
|
|
|
@ -43,6 +42,7 @@ public class VA006Service extends ServiceImpl<VA006Mapper, VA006> {
|
|
|
|
listNew.add(va006New);
|
|
|
|
listNew.add(va006New);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
list.sort( Comparator.comparing(VA006::getPrescribedate));
|
|
|
|
iPage.setRecords(listNew);
|
|
|
|
iPage.setRecords(listNew);
|
|
|
|
|
|
|
|
|
|
|
|
return iPage;
|
|
|
|
return iPage;
|
|
|
|