Browse Source

新增排序

luyanwen-001 4 years ago
parent
commit
c9a322d8c6

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