|
@@ -189,6 +189,8 @@ public class InquiryInfoFacade extends InquiryInfoServiceImpl {
|
|
|
inquiryInfoQe.orderByDesc("inquiry_code");
|
|
|
} else if (hisInquirysVO.getOrderType() == 4) {
|
|
|
inquiryInfoQe.orderByAsc("inquiry_code");
|
|
|
+ } else{
|
|
|
+ inquiryInfoQe.orderByDesc("gmt_modified");
|
|
|
}
|
|
|
|
|
|
List<HisInquiryDTO> hisInquiryDTOList = BeanUtil.listCopyTo(list(inquiryInfoQe), HisInquiryDTO.class);
|