Przeglądaj źródła

医嘱信息显示

gaodm 4 lat temu
rodzic
commit
bba028140a
1 zmienionych plików z 0 dodań i 2 usunięć
  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">