Browse Source

Merge remote-tracking branch 'origin/dev/diagnose20210315' into dev/diagnose20210315

zhoutg 4 năm trước cách đây
mục cha
commit
7c54868813
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/main/resources/mapper/KlDiagnoseMapper.xml

+ 1 - 1
src/main/resources/mapper/KlDiagnoseMapper.xml

@@ -134,7 +134,7 @@
         <if test="status!=null">
             AND dia.status = #{status}
         </if>
-        ORDER BY dia.gmt_modified DESC
+        ORDER BY dia.status DESC ,dia.gmt_modified DESC
     </select>
     <select id="getByIdDiagnoses" resultType="com.diagbot.dto.KlDiagnoseByIdDTO">
         SELECT