|
|
|
@ -42,7 +42,7 @@ public class VA006Service extends ServiceImpl<VA006Mapper, VA006> {
|
|
|
|
|
listNew.add(va006New);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
list.sort( Comparator.comparing(VA006::getPrescribedate));
|
|
|
|
|
listNew.sort( Comparator.comparing(VA006::getPrescribedate));
|
|
|
|
|
iPage.setRecords(listNew);
|
|
|
|
|
|
|
|
|
|
return iPage;
|
|
|
|
|