ソースを参照

医嘱信息显示

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">