Selaa lähdekoodia

医嘱信息显示

gaodm 4 vuotta sitten
vanhempi
commit
bba028140a
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  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">