Commit ebcca710 authored by hongguangwu's avatar hongguangwu

MVP1.7.0 优化

parent e0aa3d0b
......@@ -57,7 +57,6 @@
1=1
<include refid="tCheckIdCard_where"/>
</where>
order by a.CREATE_TIME desc
</select>
<select id="getAllListByList" resultMap="tCheckIdCardMap">
......@@ -68,7 +67,6 @@
<foreach item="item" index="index" collection="idCardList" open="(" separator="," close=")">
#{item}
</foreach>
order by a.CREATE_TIME desc
</select>
<select id="getTrueListByList" resultMap="tCheckIdCardMap">
......@@ -79,7 +77,6 @@
<foreach item="item" index="index" collection="idCardList" open="(" separator="," close=")">
#{item}
</foreach>
order by a.CREATE_TIME desc
</select>
</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