|
@@ -50,7 +50,7 @@ public class TemplateInfoFacade extends TemplateInfoServiceImpl {
|
|
|
mapAll.put("doctor_id",templateInfoVO.getDoctorId());
|
|
|
mapAll.put("hospital_id",templateInfoVO.getHospitalId());
|
|
|
mapAll.put("is_deleted",IsDeleteEnum.N.getKey());
|
|
|
- templateInfoQuery.allEq(mapAll).orderByAsc("gmt_create");;
|
|
|
+ templateInfoQuery.allEq(mapAll).orderByDesc("gmt_create");;
|
|
|
List<TemplateInfoDTO> data = new ArrayList<TemplateInfoDTO>();
|
|
|
List<TemplateInfo> datas = list(templateInfoQuery);
|
|
|
/*for(TemplateInfo templateInfo :datas){
|