src/main/resources/mapper/asrs/OrderMapper.xml
@@ -54,13 +54,11 @@ </update> <select id="selectComplete" resultMap="BaseResultMap"> select top 5 * select * from man_order where 1=1 and settle = 4 and status = 1 and doc_type!=18 and doc_type!=19 order by create_time asc </select>