Browse Source

多条件查询

master
xyiege 4 years ago
parent
commit
1ca16dcea3
  1. 2
      src/main/resources/mapper/szwh/OrderMapper.xml

2
src/main/resources/mapper/szwh/OrderMapper.xml

@ -60,7 +60,7 @@
and id>#{map.startrs}
</if>
</where>
id>#{startRs} limit #{pageSize}
and id>#{startRs} limit #{pageSize}
</select>
<!--新增用户-->

Loading…
Cancel
Save