|
@@ -38,7 +38,8 @@ public interface PatientCriticalValuesDao {
|
|
|
" left join " +
|
|
|
" zy_actpatient b on (a.pat_no = b.inpatient_no " +
|
|
|
" and a.times = b.admiss_times) " +
|
|
|
- " ${ew.customSqlSegment} ")
|
|
|
+ " ${ew.customSqlSegment} " +
|
|
|
+ " order by a.creation_time desc ")
|
|
|
List<JSONObject> selectCriticalValuePatientList(@Param(Constants.WRAPPER) QueryWrapper<?> queryWrapper);
|
|
|
|
|
|
|