Commit ebcca710 authored by hongguangwu's avatar hongguangwu

MVP1.7.0 优化

parent e0aa3d0b
...@@ -57,7 +57,6 @@ ...@@ -57,7 +57,6 @@
1=1 1=1
<include refid="tCheckIdCard_where"/> <include refid="tCheckIdCard_where"/>
</where> </where>
order by a.CREATE_TIME desc
</select> </select>
<select id="getAllListByList" resultMap="tCheckIdCardMap"> <select id="getAllListByList" resultMap="tCheckIdCardMap">
...@@ -68,7 +67,6 @@ ...@@ -68,7 +67,6 @@
<foreach item="item" index="index" collection="idCardList" open="(" separator="," close=")"> <foreach item="item" index="index" collection="idCardList" open="(" separator="," close=")">
#{item} #{item}
</foreach> </foreach>
order by a.CREATE_TIME desc
</select> </select>
<select id="getTrueListByList" resultMap="tCheckIdCardMap"> <select id="getTrueListByList" resultMap="tCheckIdCardMap">
...@@ -79,7 +77,6 @@ ...@@ -79,7 +77,6 @@
<foreach item="item" index="index" collection="idCardList" open="(" separator="," close=")"> <foreach item="item" index="index" collection="idCardList" open="(" separator="," close=")">
#{item} #{item}
</foreach> </foreach>
order by a.CREATE_TIME desc
</select> </select>
</mapper> </mapper>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment