Explorar el Código

高龄补贴发放导出

qin hace 11 meses
padre
commit
a67b63e7ee
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main/resources/mapper/statistics/OrderMapper.xml

+ 1 - 1
src/main/resources/mapper/statistics/OrderMapper.xml

@@ -532,7 +532,7 @@
         where d.yn = 0
         and d.id > #{start}
         and  ${ew.sqlSegment}
-        order by t.id
+        order by d.id
         limit 10000
     </select>
 </mapper>