diff --git a/intc-modules/intc-invest/src/main/resources/mapper/invest/PosMachineMapper.xml b/intc-modules/intc-invest/src/main/resources/mapper/invest/PosMachineMapper.xml index fbdbbcc..75d81c5 100644 --- a/intc-modules/intc-invest/src/main/resources/mapper/invest/PosMachineMapper.xml +++ b/intc-modules/intc-invest/src/main/resources/mapper/invest/PosMachineMapper.xml @@ -71,7 +71,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ${params.dataScope} - order by a.create_time desc + order by a.status asc,a.create_time desc