瀏覽代碼

新增排序

luyanwen-001 4 年之前
父節點
當前提交
c9a322d8c6
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      abi-cloud-qr-platform-server/src/main/resources/dao/mapper/ReportServiceMapper.xml

+ 2 - 0
abi-cloud-qr-platform-server/src/main/resources/dao/mapper/ReportServiceMapper.xml

@@ -115,6 +115,7 @@
             </if>
         </where>
         GROUP BY march
+        ORDER BY march
     </select>
 
 
@@ -134,6 +135,7 @@
             </if>
         </where>
         GROUP BY march
+        ORDER BY march
     </select>