Commit 8ff53591 by liushuangwu

pain

1 parent 7c49d1d7
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
<include refid="Base_Column_List"/> <include refid="Base_Column_List"/>
from t_employee from t_employee
<where> <where>
id >= #{startId} id > #{startId}
and floor = #{floor} and floor = #{floor}
limit #{limit}; limit #{limit};
</where> </where>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!