|
@@ -93,7 +93,7 @@
|
|
</choose>
|
|
</choose>
|
|
</if>
|
|
</if>
|
|
</where>
|
|
</where>
|
|
- ORDER BY tbs.id DESC,tbdio.in_out_time
|
|
|
|
|
|
+ ORDER BY tbs.id DESC,tbdio.in_out_time DESC
|
|
</select>
|
|
</select>
|
|
<select id="findDeviceInOutPageBySource" resultType="com.qmth.sop.business.bean.result.DeviceInOutResult">
|
|
<select id="findDeviceInOutPageBySource" resultType="com.qmth.sop.business.bean.result.DeviceInOutResult">
|
|
SELECT
|
|
SELECT
|
|
@@ -187,7 +187,7 @@
|
|
</choose>
|
|
</choose>
|
|
</if>
|
|
</if>
|
|
</where>
|
|
</where>
|
|
- ORDER BY tbs.id DESC,tbdio.in_out_time
|
|
|
|
|
|
+ ORDER BY tbs.id DESC,tbdio.in_out_time DESC
|
|
</select>
|
|
</select>
|
|
<select id="findDeviceCanOutInfo" resultType="com.qmth.sop.business.bean.result.DeviceInOutResult">
|
|
<select id="findDeviceCanOutInfo" resultType="com.qmth.sop.business.bean.result.DeviceInOutResult">
|
|
SELECT
|
|
SELECT
|