Commit 8ff53591 by liushuangwu

pain

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