소스 검색

医嘱信息显示

gaodm 4 년 전
부모
커밋
bba028140a
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/main/resources/mapper/DoctorAdviceMapper.xml

+ 0 - 2
src/main/resources/mapper/DoctorAdviceMapper.xml

@@ -61,8 +61,6 @@
         <if test="daStartDateEnd != null">
             <![CDATA[ and t.da_start_date < #{daStartDateEnd}]]>
         </if>
-        ORDER BY
-            da_start_date ASC
     </select>
 
     <update id="updateBatchByKey">